#341A89

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

Shades of Persian Indigo #341A89

Tints of Persian Indigo #341A89

Color information

#341A89 (or 0x341A89) is unknown color: approx Persian Indigo. HEX triplet: 34, 1A and 89. RGB value is (52,26,137). Sum of RGB (Red+Green+Blue) = 52+26+137=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 137 (53.91% from 255 or 63.72% from 215); Max value from RGB is 137 - color contains mainly: blue. Hex color #341A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341A89 is #CBE576. Grayscale: #2E2E2E. Windows color (decimal): -13362551 or 8985140. OLE color: 8985140.

HSL color Cylindrical-coordinate representation of color #341A89: hue angle of 254.05º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #341A89 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5226137-
CMYK0.620.8100.46
HSL254.05º68.1%31.96%-
HSV(B)254.05º81.02%53.73%-
XYZ6.33.2723.97-
YUV46.43179.11131.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.19%
GREEN value IS 26 (10.55% from 255) = 12.09%
BLUE value IS 137 (53.91% from 255) = 63.72%
R=24.19%
G=12.09%
B=63.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52261370.620.8100.46254.0568.131.96
Hex341A893E5102Efe4420
Octal64322117612105637610440
Binary110100110101000100111111010100010101110111111101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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