#370B88

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

Shades of Persian Indigo #370B88

Tints of Persian Indigo #370B88

Color information

#370B88 (or 0x370B88) is unknown color: approx Persian Indigo. HEX triplet: 37, 0B and 88. RGB value is (55,11,136). Sum of RGB (Red+Green+Blue) = 55+11+136=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 136 (53.52% from 255 or 67.33% from 202); Max value from RGB is 136 - color contains mainly: blue. Hex color #370B88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370B88 is #C8F477. Grayscale: #252525. Windows color (decimal): -13169784 or 8915767. OLE color: 8915767.

HSL color Cylindrical-coordinate representation of color #370B88: hue angle of 261.12º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370B88 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5511136-
CMYK0.600.9200.47
HSL261.12º85.03%28.82%-
HSV(B)261.12º91.91%53.33%-
XYZ6.142.8323.52-
YUV38.41183.08139.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.23%
GREEN value IS 11 (4.69% from 255) = 5.45%
BLUE value IS 136 (53.52% from 255) = 67.33%
R=27.23%
G=5.45%
B=67.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55111360.600.9200.47261.1285.0328.82
Hex37B883C5C02F105551d
Octal67132107413405740512535
Binary11011110111000100011110010111000101111100000101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,11,136); }

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

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

 a { background-color: rgb(55,11,136); }

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

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

 span { border-color: rgb(55,11,136); }

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