#312198

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

Shades of Persian Indigo #312198

Tints of Persian Indigo #312198

Color information

#312198 (or 0x312198) is unknown color: approx Persian Indigo. HEX triplet: 31, 21 and 98. RGB value is (49,33,152). Sum of RGB (Red+Green+Blue) = 49+33+152=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #312198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312198 is #CEDE67. Grayscale: #323232. Windows color (decimal): -13557352 or 9969969. OLE color: 9969969.

HSL color Cylindrical-coordinate representation of color #312198: hue angle of 248.07º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #312198 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4933152-
CMYK0.680.7800.40
HSL248.07º64.32%36.27%-
HSV(B)248.07º78.29%59.61%-
XYZ7.484.0130.09-
YUV51.35184.8126.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 33 (13.28% from 255) = 14.10%
BLUE value IS 152 (59.77% from 255) = 64.96%
R=20.94%
G=14.10%
B=64.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49331520.680.7800.40248.0764.3236.27
Hex312198444E028f84024
Octal614123010411605037010044
Binary11000110000110011000100010010011100101000111110001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312198; }

 p { color: rgb(49,33,152); }

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

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

 a { background-color: rgb(49,33,152); }

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

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

 span { border-color: rgb(49,33,152); }

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