#341970

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

Shades of Persian Indigo #341970

Tints of Persian Indigo #341970

Color information

#341970 (or 0x341970) is unknown color: approx Persian Indigo. HEX triplet: 34, 19 and 70. RGB value is (52,25,112). Sum of RGB (Red+Green+Blue) = 52+25+112=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #341970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341970 is #CBE68F. Grayscale: #2A2A2A. Windows color (decimal): -13362832 or 7346484. OLE color: 7346484.

HSL color Cylindrical-coordinate representation of color #341970: hue angle of 258.62º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #341970 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5225112-
CMYK0.540.7800.56
HSL258.62º63.5%26.86%-
HSV(B)258.62º77.68%43.92%-
XYZ4.692.615.58-
YUV42.99166.95134.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 112 (44.14% from 255) = 59.26%
R=27.51%
G=13.23%
B=59.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52251120.540.7800.56258.6263.526.86
Hex341970364E038103401b
Octal64311606611607040310033
Binary11010011001111000011011010011100111000100000011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341970; }

 p { color: rgb(52,25,112); }

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

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

 a { background-color: rgb(52,25,112); }

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

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

 span { border-color: rgb(52,25,112); }

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