Html Css Color HEX #340766 Persian Indigo

📋 copy color: '#340766'

red 52 ◦ green 7 ◦ blue 102

#340766
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #340766

Tints of Persian Indigo #340766

RGB

 RED value IS 52 (20.7% from 255) = 32.3%

 GREEN value IS 7 (3.13% from 255) = 4.35%

 BLUE value IS 102 (40.23% from 255) = 63.35%

R = 32.3%
G = 4.35%
B = 63.35%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#340766 (or 0x340766) is known color: Persian Indigo. HEX triplet: 34, 07 and 66. RGB value is (52,7,102). Sum of RGB (Red+Green+Blue) = 52+7+102=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #340766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340766 is #CBF899. Grayscale: #1E1E1E. Windows color (decimal): -13367450 or 6686516. OLE color: 6686516.

HSL color Cylindrical-coordinate representation of color #340766: hue angle of 268.42º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340766 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 52 7 102 -
CMYK 0.49 0.93 0 0.6
HSL 268.42º 0.87% 0.21% -
HSV(B) 268.42º 0.93% 0.4% -
XYZ 3.89 1.84 12.72 -
YUV 31.29 167.91 142.78 -
System Red Green Blue C M Y K H S L
Decimal 52 7 102 0.49 0.93 0 0.6 268.42 0.87 0.21
Hex 34 7 66 31 5D 0 3C 10C 57 15
Octal 64 7 146 61 135 0 74 414 127 25
Binary 110100 111 1100110 110001 1011101 0 111100 100001100 1010111 10101

Color Harmonies of #340766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340766

Black with #340766

Text Example


Text Example

White with #340766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340766; }

 p { color: rgb(52,7,102); }

 H1.HeaderClassName
 {
   color: #340766;
 }
 .AnyTagClassName
 {
   color: #340766;
 }
</style>

background-color css

<style>
 a { background-color: #340766; }

 a { background-color: rgb(52,7,102); }

 div.DivClassName
 {
   background-color: #340766;
 }
 .BgClassName
 {
   background-color: #340766;
 }
</style>

border-color css

<style>
 span { border-color: #340766; }

 span { border-color: rgb(52,7,102); }

 td.TdClassName
 {
   border-color: #340766;
 }
 .TagClassName
 {
   border-color: #340766;
 }
</style>