Html Css Color HEX #311799 Persian Indigo

📋 copy color: '#311799'

red 49 ◦ green 23 ◦ blue 153

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

Shades of Persian Indigo #311799

Tints of Persian Indigo #311799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.22%

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

R = 21.78%
G = 10.22%
B = 68%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#311799 (or 0x311799) is known color: Persian Indigo. HEX triplet: 31, 17 and 99. RGB value is (49,23,153). Sum of RGB (Red+Green+Blue) = 49+23+153=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #311799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311799 is #CEE866. Grayscale: #2D2D2D. Windows color (decimal): -13559911 or 10032945. OLE color: 10032945.

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

Color convert

RGB 49 23 153 -
CMYK 0.68 0.85 0 0.4
HSL 252º 0.74% 0.35% -
HSV(B) 252º 0.85% 0.6% -
XYZ 7.32 3.57 30.44 -
YUV 45.59 188.61 130.43 -
System Red Green Blue C M Y K H S L
Decimal 49 23 153 0.68 0.85 0 0.4 252 0.74 0.35
Hex 31 17 99 44 55 0 28 FC 4A 23
Octal 61 27 231 104 125 0 50 374 112 43
Binary 110001 10111 10011001 1000100 1010101 0 101000 11111100 1001010 100011

Color Harmonies of #311799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311799

Black with #311799

Text Example


Text Example

White with #311799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311799; }

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

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

background-color css

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

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

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

border-color css

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

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

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