Html Css Color HEX #312199 Persian Indigo

📋 copy color: '#312199'

red 49 ◦ green 33 ◦ blue 153

#312199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #312199

Tints of Persian Indigo #312199

RGB

 RED value IS 49 (19.53% from 255) = 20.85%

 GREEN value IS 33 (13.28% from 255) = 14.04%

 BLUE value IS 153 (60.16% from 255) = 65.11%

R = 20.85%
G = 14.04%
B = 65.11%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#312199 (or 0x312199) is known color: Persian Indigo. HEX triplet: 31, 21 and 99. RGB value is (49,33,153). Sum of RGB (Red+Green+Blue) = 49+33+153=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #312199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312199 is #CEDE66. Grayscale: #333333. Windows color (decimal): -13557351 or 10035505. OLE color: 10035505.

HSL color Cylindrical-coordinate representation of color #312199: hue angle of 248º degrees, saturation: 0.65, 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 #312199 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 33 153 -
CMYK 0.68 0.78 0 0.4
HSL 248º 0.65% 0.36% -
HSV(B) 248º 0.78% 0.6% -
XYZ 7.56 4.04 30.52 -
YUV 51.46 185.3 126.24 -
System Red Green Blue C M Y K H S L
Decimal 49 33 153 0.68 0.78 0 0.4 248 0.65 0.36
Hex 31 21 99 44 4E 0 28 F8 41 24
Octal 61 41 231 104 116 0 50 370 101 44
Binary 110001 100001 10011001 1000100 1001110 0 101000 11111000 1000001 100100

Color Harmonies of #312199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312199

Black with #312199

Text Example


Text Example

White with #312199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312199; }

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

 H1.HeaderClassName
 {
   color: #312199;
 }
 .AnyTagClassName
 {
   color: #312199;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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