#361E9B

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

Shades of Persian Indigo #361E9B

Tints of Persian Indigo #361E9B

Color information

#361E9B (or 0x361E9B) is unknown color: approx Persian Indigo. HEX triplet: 36, 1E and 9B. RGB value is (54,30,155). Sum of RGB (Red+Green+Blue) = 54+30+155=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #361E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361E9B is #C9E164. Grayscale: #323232. Windows color (decimal): -13230437 or 10165814. OLE color: 10165814.

HSL color Cylindrical-coordinate representation of color #361E9B: hue angle of 251.52º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #361E9B is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5430155-
CMYK0.650.8100.39
HSL251.52º67.57%36.27%-
HSV(B)251.52º80.65%60.78%-
XYZ7.94.0831.38-
YUV51.43186.45129.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 30 (12.11% from 255) = 12.55%
BLUE value IS 155 (60.94% from 255) = 64.85%
R=22.59%
G=12.55%
B=64.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54301550.650.8100.39251.5267.5736.27
Hex361E9B4151027fc4424
Octal663623310112104737410444
Binary1101101111010011011100000110100010100111111111001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,30,155); }

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

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

 a { background-color: rgb(54,30,155); }

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

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

 span { border-color: rgb(54,30,155); }

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