#340E78

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

Shades of Persian Indigo #340E78

Tints of Persian Indigo #340E78

Color information

#340E78 (or 0x340E78) is unknown color: approx Persian Indigo. HEX triplet: 34, 0E and 78. RGB value is (52,14,120). Sum of RGB (Red+Green+Blue) = 52+14+120=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #340E78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340E78 is #CBF187. Grayscale: #252525. Windows color (decimal): -13365640 or 7867956. OLE color: 7867956.

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

Color convert

RGB5214120-
CMYK0.570.8800.53
HSL261.51º79.1%26.27%-
HSV(B)261.51º88.33%47.06%-
XYZ4.962.417.97-
YUV37.45174.59138.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 14 (5.86% from 255) = 7.53%
BLUE value IS 120 (47.27% from 255) = 64.52%
R=27.96%
G=7.53%
B=64.52%

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
Decimal52141200.570.8800.53261.5179.126.27
Hex34E7839580351064f1a
Octal64161707113006540611732
Binary1101001110111100011100110110000110101100000110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,14,120); }

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

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

 a { background-color: rgb(52,14,120); }

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

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

 span { border-color: rgb(52,14,120); }

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