#361CA2

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

Shades of Persian Indigo #361CA2

Tints of Persian Indigo #361CA2

Color information

#361CA2 (or 0x361CA2) is unknown color: approx Persian Indigo. HEX triplet: 36, 1C and A2. RGB value is (54,28,162). Sum of RGB (Red+Green+Blue) = 54+28+162=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 162 (63.67% from 255 or 66.39% from 244); Max value from RGB is 162 - color contains mainly: blue. Hex color #361CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361CA2 is #C9E35D. Grayscale: #323232. Windows color (decimal): -13230942 or 10624054. OLE color: 10624054.

HSL color Cylindrical-coordinate representation of color #361CA2: hue angle of 251.64º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #361CA2 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5428162-
CMYK0.670.8300.36
HSL251.64º70.53%37.25%-
HSV(B)251.64º82.72%63.53%-
XYZ8.464.2234.55-
YUV51.05190.61130.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 28 (11.33% from 255) = 11.48%
BLUE value IS 162 (63.67% from 255) = 66.39%
R=22.13%
G=11.48%
B=66.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal54281620.670.8300.36251.6470.5337.25
Hex361CA24353024fc4725
Octal663424210312304437410745
Binary1101101110010100010100001110100110100100111111001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361CA2; }

 p { color: rgb(54,28,162); }

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

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

 a { background-color: rgb(54,28,162); }

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

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

 span { border-color: rgb(54,28,162); }

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