#371ba3

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

Shades of Persian Indigo #371BA3

Tints of Persian Indigo #371BA3

Color information

#371BA3 (or 0x371BA3) is unknown color: approx Persian Indigo. HEX triplet: 37, 1B and A3. RGB value is (55,27,163). Sum of RGB (Red+Green+Blue) = 55+27+163=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 163 (64.06% from 255 or 66.53% from 245); Max value from RGB is 163 - color contains mainly: blue. Hex color #371BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371BA3 is #C8E45C. Grayscale: #323232. Windows color (decimal): -13165661 or 10689335. OLE color: 10689335.

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

Color convert

RGB5527163-
CMYK0.660.8300.36
HSL252.35º71.58%37.25%-
HSV(B)252.35º83.44%63.92%-
XYZ8.584.2435.02-
YUV50.88191.28130.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 27 (10.94% from 255) = 11.02%
BLUE value IS 163 (64.06% from 255) = 66.53%
R=22.45%
G=11.02%
B=66.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal55271630.660.8300.36252.3571.5837.25
Hex371BA34253024fc4825
Octal673324310212304437411045
Binary1101111101110100011100001010100110100100111111001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371ba3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,27,163); }

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

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

 a { background-color: rgb(55,27,163); }

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

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

 span { border-color: rgb(55,27,163); }

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