#361890

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

Shades of Persian Indigo #361890

Tints of Persian Indigo #361890

Color information

#361890 (or 0x361890) is unknown color: approx Persian Indigo. HEX triplet: 36, 18 and 90. RGB value is (54,24,144). Sum of RGB (Red+Green+Blue) = 54+24+144=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #361890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361890 is #C9E76F. Grayscale: #2E2E2E. Windows color (decimal): -13231984 or 9443382. OLE color: 9443382.

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

Color convert

RGB5424144-
CMYK0.630.8300.44
HSL255º71.43%32.94%-
HSV(B)255º83.33%56.47%-
XYZ6.883.4526.69-
YUV46.65182.94133.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.32%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 144 (56.64% from 255) = 64.86%
R=24.32%
G=10.81%
B=64.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54241440.630.8300.4425571.4332.94
Hex3618903F5302Cff4721
Octal66302207712305437710741
Binary110110110001001000011111110100110101100111111111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361890; }

 p { color: rgb(54,24,144); }

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

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

 a { background-color: rgb(54,24,144); }

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

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

 span { border-color: rgb(54,24,144); }

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