Html Css Color HEX #311996 Persian Indigo

📋 copy color: '#311996'

red 49 ◦ green 25 ◦ blue 150

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

Shades of Persian Indigo #311996

Tints of Persian Indigo #311996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 66.96%

R = 21.88%
G = 11.16%
B = 66.96%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#311996 (or 0x311996) is known color: Persian Indigo. HEX triplet: 31, 19 and 96. RGB value is (49,25,150). Sum of RGB (Red+Green+Blue) = 49+25+150=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #311996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311996 is #CEE669. Grayscale: #2D2D2D. Windows color (decimal): -13559402 or 9836849. OLE color: 9836849.

HSL color Cylindrical-coordinate representation of color #311996: hue angle of 251.52º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #311996 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 25 150 -
CMYK 0.67 0.83 0 0.41
HSL 251.52º 0.71% 0.34% -
HSV(B) 251.52º 0.83% 0.59% -
XYZ 7.12 3.55 29.16 -
YUV 46.43 186.45 129.84 -
System Red Green Blue C M Y K H S L
Decimal 49 25 150 0.67 0.83 0 0.41 251.52 0.71 0.34
Hex 31 19 96 43 53 0 29 FC 47 22
Octal 61 31 226 103 123 0 51 374 107 42
Binary 110001 11001 10010110 1000011 1010011 0 101001 11111100 1000111 100010

Color Harmonies of #311996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311996

Black with #311996

Text Example


Text Example

White with #311996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311996; }

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

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

background-color css

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

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

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

border-color css

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

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

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