Html Css Color HEX #312277 Persian Indigo

📋 copy color: '#312277'

red 49 ◦ green 34 ◦ blue 119

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

Shades of Persian Indigo #312277

Tints of Persian Indigo #312277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.83%

 BLUE value IS 119 (46.88% from 255) = 58.91%

R = 24.26%
G = 16.83%
B = 58.91%

CMYK

 C value IS 0.59

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#312277 (or 0x312277) is known color: Persian Indigo. HEX triplet: 31, 22 and 77. RGB value is (49,34,119). Sum of RGB (Red+Green+Blue) = 49+34+119=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #312277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312277 is #CEDD88. Grayscale: #2F2F2F. Windows color (decimal): -13557129 or 7807537. OLE color: 7807537.

HSL color Cylindrical-coordinate representation of color #312277: hue angle of 250.59º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #312277 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 34 119 -
CMYK 0.59 0.71 0 0.53
HSL 250.59º 0.56% 0.3% -
HSV(B) 250.59º 0.71% 0.47% -
XYZ 5.17 3.13 17.78 -
YUV 48.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 49 34 119 0.59 0.71 0 0.53 250.59 0.56 0.3
Hex 31 22 77 3B 47 0 35 FB 38 1E
Octal 61 42 167 73 107 0 65 373 70 36
Binary 110001 100010 1110111 111011 1000111 0 110101 11111011 111000 11110

Color Harmonies of #312277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312277

Black with #312277

Text Example


Text Example

White with #312277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312277; }

 p { color: rgb(49,34,119); }

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

background-color css

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

 a { background-color: rgb(49,34,119); }

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

border-color css

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

 span { border-color: rgb(49,34,119); }

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