#341A8E

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

Shades of Persian Indigo #341A8E

Tints of Persian Indigo #341A8E

Color information

#341A8E (or 0x341A8E) is unknown color: approx Persian Indigo. HEX triplet: 34, 1A and 8E. RGB value is (52,26,142). Sum of RGB (Red+Green+Blue) = 52+26+142=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #341A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341A8E is #CBE571. Grayscale: #2E2E2E. Windows color (decimal): -13362546 or 9312820. OLE color: 9312820.

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

Color convert

RGB5226142-
CMYK0.630.8200.44
HSL253.45º69.05%32.94%-
HSV(B)253.45º81.69%55.69%-
XYZ6.673.4225.9-
YUV47181.61131.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 26 (10.55% from 255) = 11.82%
BLUE value IS 142 (55.86% from 255) = 64.55%
R=23.64%
G=11.82%
B=64.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52261420.630.8200.44253.4569.0532.94
Hex341A8E3F5202Cfd4521
Octal64322167712205437510541
Binary110100110101000111011111110100100101100111111011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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