#371B9B

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

Shades of Persian Indigo #371B9B

Tints of Persian Indigo #371B9B

Color information

#371B9B (or 0x371B9B) is unknown color: approx Persian Indigo. HEX triplet: 37, 1B and 9B. RGB value is (55,27,155). Sum of RGB (Red+Green+Blue) = 55+27+155=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #371B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371B9B is #C8E464. Grayscale: #313131. Windows color (decimal): -13165669 or 10165047. OLE color: 10165047.

HSL color Cylindrical-coordinate representation of color #371B9B: hue angle of 253.12º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #371B9B is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5527155-
CMYK0.650.8300.39
HSL253.12º70.33%35.69%-
HSV(B)253.12º82.58%60.78%-
XYZ7.883.9631.36-
YUV49.96187.28131.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 27 (10.94% from 255) = 11.39%
BLUE value IS 155 (60.94% from 255) = 65.40%
R=23.21%
G=11.39%
B=65.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55271550.650.8300.39253.1270.3335.69
Hex371B9B4153027fd4624
Octal673323310112304737510644
Binary1101111101110011011100000110100110100111111111011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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