#340C8E

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

Shades of Persian Indigo #340C8E

Tints of Persian Indigo #340C8E

Color information

#340C8E (or 0x340C8E) is unknown color: approx Persian Indigo. HEX triplet: 34, 0C and 8E. RGB value is (52,12,142). Sum of RGB (Red+Green+Blue) = 52+12+142=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 142 (55.86% from 255 or 68.93% from 206); Max value from RGB is 142 - color contains mainly: blue. Hex color #340C8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340C8E is #CBF371. Grayscale: #262626. Windows color (decimal): -13366130 or 9309236. OLE color: 9309236.

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

Color convert

RGB5212142-
CMYK0.630.9200.44
HSL258.46º84.42%30.2%-
HSV(B)258.46º91.55%55.69%-
XYZ6.432.9525.82-
YUV38.78186.25137.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 12 (5.08% from 255) = 5.83%
BLUE value IS 142 (55.86% from 255) = 68.93%
R=25.24%
G=5.83%
B=68.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52121420.630.9200.44258.4684.4230.2
Hex34C8E3F5C02C102541e
Octal64142167713405440212436
Binary11010011001000111011111110111000101100100000010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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