#370A85

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

Shades of Persian Indigo #370A85

Tints of Persian Indigo #370A85

Color information

#370A85 (or 0x370A85) is unknown color: approx Persian Indigo. HEX triplet: 37, 0A and 85. RGB value is (55,10,133). Sum of RGB (Red+Green+Blue) = 55+10+133=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #370A85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370A85 is #C8F57A. Grayscale: #252525. Windows color (decimal): -13170043 or 8718903. OLE color: 8718903.

HSL color Cylindrical-coordinate representation of color #370A85: hue angle of 261.95º degrees, saturation: 0.86, 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 #370A85 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5510133-
CMYK0.590.9200.48
HSL261.95º86.01%28.04%-
HSV(B)261.95º92.48%52.16%-
XYZ5.922.7222.4-
YUV37.48181.91140.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.78%
GREEN value IS 10 (4.30% from 255) = 5.05%
BLUE value IS 133 (52.34% from 255) = 67.17%
R=27.78%
G=5.05%
B=67.17%

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
Decimal55101330.590.9200.48261.9586.0128.04
Hex37A853B5C030106561c
Octal67122057313406040612634
Binary11011110101000010111101110111000110000100000110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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