#340A8E

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

Shades of Persian Indigo #340A8E

Tints of Persian Indigo #340A8E

Color information

#340A8E (or 0x340A8E) is unknown color: approx Persian Indigo. HEX triplet: 34, 0A and 8E. RGB value is (52,10,142). Sum of RGB (Red+Green+Blue) = 52+10+142=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 142 (55.86% from 255 or 69.61% from 204); Max value from RGB is 142 - color contains mainly: blue. Hex color #340A8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340A8E is #CBF571. Grayscale: #252525. Windows color (decimal): -13366642 or 9308724. OLE color: 9308724.

HSL color Cylindrical-coordinate representation of color #340A8E: hue angle of 259.09º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340A8E is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5210142-
CMYK0.630.9300.44
HSL259.09º86.84%29.8%-
HSV(B)259.09º92.96%55.69%-
XYZ6.412.925.81-
YUV37.61186.91138.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 10 (4.30% from 255) = 4.90%
BLUE value IS 142 (55.86% from 255) = 69.61%
R=25.49%
G=4.90%
B=69.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52101420.630.9300.44259.0986.8429.8
Hex34A8E3F5D02C103571e
Octal64122167713505440312736
Binary11010010101000111011111110111010101100100000011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,10,142); }

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

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

 a { background-color: rgb(52,10,142); }

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

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

 span { border-color: rgb(52,10,142); }

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