#361970

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

Shades of Persian Indigo #361970

Tints of Persian Indigo #361970

Color information

#361970 (or 0x361970) is unknown color: approx Persian Indigo. HEX triplet: 36, 19 and 70. RGB value is (54,25,112). Sum of RGB (Red+Green+Blue) = 54+25+112=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #361970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361970 is #C9E68F. Grayscale: #2B2B2B. Windows color (decimal): -13231760 or 7346486. OLE color: 7346486.

HSL color Cylindrical-coordinate representation of color #361970: hue angle of 260º 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 #361970 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5425112-
CMYK0.520.7800.56
HSL260º63.5%26.86%-
HSV(B)260º77.68%43.92%-
XYZ4.792.6515.59-
YUV43.59166.61135.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.27%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 112 (44.14% from 255) = 58.64%
R=28.27%
G=13.09%
B=58.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54251120.520.7800.5626063.526.86
Hex361970344E038104401b
Octal66311606411607040410033
Binary11011011001111000011010010011100111000100000100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361970; }

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

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

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

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

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

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

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

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