#371E7A

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

Shades of Persian Indigo #371E7A

Tints of Persian Indigo #371E7A

Color information

#371E7A (or 0x371E7A) is unknown color: approx Persian Indigo. HEX triplet: 37, 1E and 7A. RGB value is (55,30,122). Sum of RGB (Red+Green+Blue) = 55+30+122=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #371E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371E7A is #C8E185. Grayscale: #2F2F2F. Windows color (decimal): -13164934 or 8003127. OLE color: 8003127.

HSL color Cylindrical-coordinate representation of color #371E7A: hue angle of 256.3º degrees, saturation: 0.61, 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 #371E7A is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5530122-
CMYK0.550.7500.52
HSL256.3º60.53%29.8%-
HSV(B)256.3º75.41%47.84%-
XYZ5.553.1518.73-
YUV47.96169.78133.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 30 (12.11% from 255) = 14.49%
BLUE value IS 122 (48.05% from 255) = 58.94%
R=26.57%
G=14.49%
B=58.94%

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
Decimal55301220.550.7500.52256.360.5329.8
Hex371E7A374B0341003d1e
Octal6736172671130644007536
Binary1101111111011110101101111001011011010010000000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,30,122); }

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

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

 a { background-color: rgb(55,30,122); }

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

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

 span { border-color: rgb(55,30,122); }

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