#371F7B

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

Shades of Persian Indigo #371F7B

Tints of Persian Indigo #371F7B

Color information

#371F7B (or 0x371F7B) is unknown color: approx Persian Indigo. HEX triplet: 37, 1F and 7B. RGB value is (55,31,123). Sum of RGB (Red+Green+Blue) = 55+31+123=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #371F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371F7B is #C8E084. Grayscale: #303030. Windows color (decimal): -13164677 or 8068919. OLE color: 8068919.

HSL color Cylindrical-coordinate representation of color #371F7B: hue angle of 255.65º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #371F7B is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5531123-
CMYK0.550.7500.52
HSL255.65º59.74%30.2%-
HSV(B)255.65º74.8%48.24%-
XYZ5.643.2219.06-
YUV48.66169.95132.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 31 (12.5% from 255) = 14.83%
BLUE value IS 123 (48.44% from 255) = 58.85%
R=26.32%
G=14.83%
B=58.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55311230.550.7500.52255.6559.7430.2
Hex371F7B374B0341003c1e
Octal6737173671130644007436
Binary1101111111111110111101111001011011010010000000011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,31,123); }

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

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

 a { background-color: rgb(55,31,123); }

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

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

 span { border-color: rgb(55,31,123); }

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