#370AA7

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

Shades of Persian Indigo #370AA7

Tints of Persian Indigo #370AA7

Color information

#370AA7 (or 0x370AA7) is unknown color: approx Persian Indigo. HEX triplet: 37, 0A and A7. RGB value is (55,10,167). Sum of RGB (Red+Green+Blue) = 55+10+167=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 167 (65.62% from 255 or 71.98% from 232); Max value from RGB is 167 - color contains mainly: blue. Hex color #370AA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370AA7 is #C8F558. Grayscale: #282828. Windows color (decimal): -13170009 or 10947127. OLE color: 10947127.

HSL color Cylindrical-coordinate representation of color #370AA7: hue angle of 257.2º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370AA7 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5510167-
CMYK0.670.9400.35
HSL257.2º88.7%34.71%-
HSV(B)257.2º94.01%65.49%-
XYZ8.663.8236.84-
YUV41.35198.91137.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.71%
GREEN value IS 10 (4.30% from 255) = 4.31%
BLUE value IS 167 (65.62% from 255) = 71.98%
R=23.71%
G=4.31%
B=71.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal55101670.670.9400.35257.288.734.71
Hex37AA7435E0231015923
Octal671224710313604340113143
Binary1101111010101001111000011101111001000111000000011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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