#311C75

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

Shades of Persian Indigo #311C75

Tints of Persian Indigo #311C75

Color information

#311C75 (or 0x311C75) is unknown color: approx Persian Indigo. HEX triplet: 31, 1C and 75. RGB value is (49,28,117). Sum of RGB (Red+Green+Blue) = 49+28+117=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #311C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311C75 is #CEE38A. Grayscale: #2C2C2C. Windows color (decimal): -13558667 or 7674929. OLE color: 7674929.

HSL color Cylindrical-coordinate representation of color #311C75: hue angle of 254.16º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #311C75 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4928117-
CMYK0.580.7600.54
HSL254.16º61.38%28.43%-
HSV(B)254.16º76.07%45.88%-
XYZ4.892.7717.11-
YUV44.42168.96131.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 28 (11.33% from 255) = 14.43%
BLUE value IS 117 (46.09% from 255) = 60.31%
R=25.26%
G=14.43%
B=60.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49281170.580.7600.54254.1661.3828.43
Hex311C753A4C036fe3d1c
Octal6134165721140663767534
Binary110001111001110101111010100110001101101111111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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