#370B85

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

Shades of Persian Indigo #370B85

Tints of Persian Indigo #370B85

Color information

#370B85 (or 0x370B85) is unknown color: approx Persian Indigo. HEX triplet: 37, 0B and 85. RGB value is (55,11,133). Sum of RGB (Red+Green+Blue) = 55+11+133=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #370B85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370B85 is #C8F47A. Grayscale: #252525. Windows color (decimal): -13169787 or 8719159. OLE color: 8719159.

HSL color Cylindrical-coordinate representation of color #370B85: hue angle of 261.64º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370B85 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5511133-
CMYK0.590.9200.48
HSL261.64º84.72%28.24%-
HSV(B)261.64º91.73%52.16%-
XYZ5.932.7522.41-
YUV38.06181.58140.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.64%
GREEN value IS 11 (4.69% from 255) = 5.53%
BLUE value IS 133 (52.34% from 255) = 66.83%
R=27.64%
G=5.53%
B=66.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55111330.590.9200.48261.6484.7228.24
Hex37B853B5C030106551c
Octal67132057313406040612534
Binary11011110111000010111101110111000110000100000110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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