#340F79

Color #340F79 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #340F79

Tints of Persian Indigo #340F79

Color information

#340F79 (or 0x340F79) is unknown color: approx Persian Indigo. HEX triplet: 34, 0F and 79. RGB value is (52,15,121). Sum of RGB (Red+Green+Blue) = 52+15+121=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 121 (47.66% from 255 or 64.36% from 188); Max value from RGB is 121 - color contains mainly: blue. Hex color #340F79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340F79 is #CBF086. Grayscale: #252525. Windows color (decimal): -13365383 or 7933748. OLE color: 7933748.

HSL color Cylindrical-coordinate representation of color #340F79: hue angle of 260.94º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #340F79 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5215121-
CMYK0.570.8800.53
HSL260.94º77.94%26.67%-
HSV(B)260.94º87.6%47.45%-
XYZ5.042.4518.3-
YUV38.15174.76137.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 15 (6.25% from 255) = 7.98%
BLUE value IS 121 (47.66% from 255) = 64.36%
R=27.66%
G=7.98%
B=64.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52151210.570.8800.53260.9477.9426.67
Hex34F7939580351054e1b
Octal64171717113006540511633
Binary1101001111111100111100110110000110101100000101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340F79; }

 p { color: rgb(52,15,121); }

 H1.HeaderClassName
 {
   color: #340F79;
 }
 .AnyTagClassName
 {
   color: #340F79;
 }
</style>
background-color css

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

 a { background-color: rgb(52,15,121); }

 div.DivClassName
 {
   background-color: #340F79;
 }
 .BgClassName
 {
   background-color: #340F79;
 }
</style>
border-color css

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

 span { border-color: rgb(52,15,121); }

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