Html Css Color HEX #311999 Persian Indigo

📋 copy color: '#311999'

red 49 ◦ green 25 ◦ blue 153

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

Shades of Persian Indigo #311999

Tints of Persian Indigo #311999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

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

R = 21.59%
G = 11.01%
B = 67.4%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#311999 (or 0x311999) is known color: Persian Indigo. HEX triplet: 31, 19 and 99. RGB value is (49,25,153). Sum of RGB (Red+Green+Blue) = 49+25+153=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #311999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311999 is #CEE666. Grayscale: #2E2E2E. Windows color (decimal): -13559399 or 10033457. OLE color: 10033457.

HSL color Cylindrical-coordinate representation of color #311999: hue angle of 251.25º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311999 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 25 153 -
CMYK 0.68 0.84 0 0.4
HSL 251.25º 0.72% 0.35% -
HSV(B) 251.25º 0.84% 0.6% -
XYZ 7.36 3.65 30.45 -
YUV 46.77 187.95 129.59 -
System Red Green Blue C M Y K H S L
Decimal 49 25 153 0.68 0.84 0 0.4 251.25 0.72 0.35
Hex 31 19 99 44 54 0 28 FB 48 23
Octal 61 31 231 104 124 0 50 373 110 43
Binary 110001 11001 10011001 1000100 1010100 0 101000 11111011 1001000 100011

Color Harmonies of #311999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311999

Black with #311999

Text Example


Text Example

White with #311999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311999; }

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

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

background-color css

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

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

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

border-color css

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

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

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