#370D78

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

Shades of Persian Indigo #370D78

Tints of Persian Indigo #370D78

Color information

#370D78 (or 0x370D78) is unknown color: approx Persian Indigo. HEX triplet: 37, 0D and 78. RGB value is (55,13,120). Sum of RGB (Red+Green+Blue) = 55+13+120=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #370D78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370D78 is #C8F287. Grayscale: #252525. Windows color (decimal): -13169288 or 7867703. OLE color: 7867703.

HSL color Cylindrical-coordinate representation of color #370D78: hue angle of 263.55º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #370D78 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5513120-
CMYK0.540.8900.53
HSL263.55º80.45%26.08%-
HSV(B)263.55º89.17%47.06%-
XYZ5.112.4617.97-
YUV37.76174.41140.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.26%
GREEN value IS 13 (5.47% from 255) = 6.91%
BLUE value IS 120 (47.27% from 255) = 63.83%
R=29.26%
G=6.91%
B=63.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55131200.540.8900.53263.5580.4526.08
Hex37D783659035108501a
Octal67151706613106541012032
Binary1101111101111100011011010110010110101100001000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,13,120); }

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

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

 a { background-color: rgb(55,13,120); }

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

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

 span { border-color: rgb(55,13,120); }

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