#341c8e

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

Shades of Persian Indigo #341C8E

Tints of Persian Indigo #341C8E

Color information

#341C8E (or 0x341C8E) is unknown color: approx Persian Indigo. HEX triplet: 34, 1C and 8E. RGB value is (52,28,142). Sum of RGB (Red+Green+Blue) = 52+28+142=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 142 (55.86% from 255 or 63.96% from 222); Max value from RGB is 142 - color contains mainly: blue. Hex color #341C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341C8E is #CBE371. Grayscale: #2F2F2F. Windows color (decimal): -13362034 or 9313332. OLE color: 9313332.

HSL color Cylindrical-coordinate representation of color #341C8E: hue angle of 252.63º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #341C8E is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5228142-
CMYK0.630.8000.44
HSL252.63º67.06%33.33%-
HSV(B)252.63º80.28%55.69%-
XYZ6.713.5125.92-
YUV48.17180.95130.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 28 (11.33% from 255) = 12.61%
BLUE value IS 142 (55.86% from 255) = 63.96%
R=23.42%
G=12.61%
B=63.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52281420.630.8000.44252.6367.0633.33
Hex341C8E3F5002Cfd4321
Octal64342167712005437510341
Binary110100111001000111011111110100000101100111111011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341c8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341c8e; }

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

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

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

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

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

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

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

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