#370FAB

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

Shades of Persian Indigo #370FAB

Tints of Persian Indigo #370FAB

Color information

#370FAB (or 0x370FAB) is unknown color: approx Persian Indigo. HEX triplet: 37, 0F and AB. RGB value is (55,15,171). Sum of RGB (Red+Green+Blue) = 55+15+171=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #370FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370FAB is #C8F054. Grayscale: #2C2C2C. Windows color (decimal): -13168725 or 11210551. OLE color: 11210551.

HSL color Cylindrical-coordinate representation of color #370FAB: hue angle of 255.38º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370FAB is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5515171-
CMYK0.680.9100.33
HSL255.38º83.87%36.47%-
HSV(B)255.38º91.23%67.06%-
XYZ9.14.0938.84-
YUV44.74199.25135.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 15 (6.25% from 255) = 6.22%
BLUE value IS 171 (67.19% from 255) = 70.95%
R=22.82%
G=6.22%
B=70.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55151710.680.9100.33255.3883.8736.47
Hex37FAB445B021ff5424
Octal671725310413304137712444
Binary110111111110101011100010010110110100001111111111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,15,171); }

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

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

 a { background-color: rgb(55,15,171); }

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

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

 span { border-color: rgb(55,15,171); }

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