#311D75

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

Shades of Persian Indigo #311D75

Tints of Persian Indigo #311D75

Color information

#311D75 (or 0x311D75) is unknown color: approx Persian Indigo. HEX triplet: 31, 1D and 75. RGB value is (49,29,117). Sum of RGB (Red+Green+Blue) = 49+29+117=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #311D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311D75 is #CEE28A. Grayscale: #2C2C2C. Windows color (decimal): -13558411 or 7675185. OLE color: 7675185.

HSL color Cylindrical-coordinate representation of color #311D75: hue angle of 253.64º 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 #311D75 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4929117-
CMYK0.580.7500.54
HSL253.64º60.27%28.63%-
HSV(B)253.64º75.21%45.88%-
XYZ4.922.8217.11-
YUV45.01168.63130.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 29 (11.72% from 255) = 14.87%
BLUE value IS 117 (46.09% from 255) = 60%
R=25.13%
G=14.87%
B=60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49291170.580.7500.54253.6460.2728.63
Hex311D753A4B036fe3c1d
Octal6135165721130663767435
Binary110001111011110101111010100101101101101111111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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