#371AA4

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

Shades of Persian Indigo #371AA4

Tints of Persian Indigo #371AA4

Color information

#371AA4 (or 0x371AA4) is unknown color: approx Persian Indigo. HEX triplet: 37, 1A and A4. RGB value is (55,26,164). Sum of RGB (Red+Green+Blue) = 55+26+164=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 164 (64.45% from 255 or 66.94% from 245); Max value from RGB is 164 - color contains mainly: blue. Hex color #371AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371AA4 is #C8E55B. Grayscale: #313131. Windows color (decimal): -13165916 or 10754615. OLE color: 10754615.

HSL color Cylindrical-coordinate representation of color #371AA4: hue angle of 252.61º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371AA4 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5526164-
CMYK0.660.8400.36
HSL252.61º72.63%37.25%-
HSV(B)252.61º84.15%64.31%-
XYZ8.654.2335.48-
YUV50.4192.11131.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 26 (10.55% from 255) = 10.61%
BLUE value IS 164 (64.45% from 255) = 66.94%
R=22.45%
G=10.61%
B=66.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal55261640.660.8400.36252.6172.6337.25
Hex371AA44254024fd4925
Octal673224410212404437511145
Binary1101111101010100100100001010101000100100111111011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371AA4; }

 p { color: rgb(55,26,164); }

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

<style>
 a { background-color: #371AA4; }

 a { background-color: rgb(55,26,164); }

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

<style>
 span { border-color: #371AA4; }

 span { border-color: rgb(55,26,164); }

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