#371A75

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

Shades of Persian Indigo #371A75

Tints of Persian Indigo #371A75

Color information

#371A75 (or 0x371A75) is unknown color: approx Persian Indigo. HEX triplet: 37, 1A and 75. RGB value is (55,26,117). Sum of RGB (Red+Green+Blue) = 55+26+117=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #371A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371A75 is #C8E58A. Grayscale: #2C2C2C. Windows color (decimal): -13165963 or 7674423. OLE color: 7674423.

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

Color convert

RGB5526117-
CMYK0.530.7800.54
HSL259.12º63.64%28.04%-
HSV(B)259.12º77.78%45.88%-
XYZ5.162.8417.11-
YUV45.04168.61135.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.78%
GREEN value IS 26 (10.55% from 255) = 13.13%
BLUE value IS 117 (46.09% from 255) = 59.09%
R=27.78%
G=13.13%
B=59.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55261170.530.7800.54259.1263.6428.04
Hex371A75354E036103401c
Octal67321656511606640310034
Binary11011111010111010111010110011100110110100000011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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