#361B88

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

Shades of Persian Indigo #361B88

Tints of Persian Indigo #361B88

Color information

#361B88 (or 0x361B88) is unknown color: approx Persian Indigo. HEX triplet: 36, 1B and 88. RGB value is (54,27,136). Sum of RGB (Red+Green+Blue) = 54+27+136=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 136 (53.52% from 255 or 62.67% from 217); Max value from RGB is 136 - color contains mainly: blue. Hex color #361B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361B88 is #C9E477. Grayscale: #2F2F2F. Windows color (decimal): -13231224 or 8919862. OLE color: 8919862.

HSL color Cylindrical-coordinate representation of color #361B88: hue angle of 254.86º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #361B88 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5427136-
CMYK0.600.8000.47
HSL254.86º66.87%31.96%-
HSV(B)254.86º80.15%53.33%-
XYZ6.363.3523.6-
YUV47.5177.95132.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 27 (10.94% from 255) = 12.44%
BLUE value IS 136 (53.52% from 255) = 62.67%
R=24.88%
G=12.44%
B=62.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54271360.600.8000.47254.8666.8731.96
Hex361B883C5002Fff4320
Octal66332107412005737710340
Binary110110110111000100011110010100000101111111111111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,27,136); }

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

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

 a { background-color: rgb(54,27,136); }

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

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

 span { border-color: rgb(54,27,136); }

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