#371D75

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

Shades of Persian Indigo #371D75

Tints of Persian Indigo #371D75

Color information

#371D75 (or 0x371D75) is unknown color: approx Persian Indigo. HEX triplet: 37, 1D and 75. RGB value is (55,29,117). Sum of RGB (Red+Green+Blue) = 55+29+117=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #371D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371D75 is #C8E28A. Grayscale: #2E2E2E. Windows color (decimal): -13165195 or 7675191. OLE color: 7675191.

HSL color Cylindrical-coordinate representation of color #371D75: hue angle of 257.73º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #371D75 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5529117-
CMYK0.530.7500.54
HSL257.73º60.27%28.63%-
HSV(B)257.73º75.21%45.88%-
XYZ5.232.9817.13-
YUV46.81167.61133.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 29 (11.72% from 255) = 14.43%
BLUE value IS 117 (46.09% from 255) = 58.21%
R=27.36%
G=14.43%
B=58.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55291170.530.7500.54257.7360.2728.63
Hex371D75354B0361023c1d
Octal6735165651130664027435
Binary1101111110111101011101011001011011011010000001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,29,117); }

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

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

 a { background-color: rgb(55,29,117); }

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

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

 span { border-color: rgb(55,29,117); }

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