Html Css Color HEX #312083 Persian Indigo

📋 copy color: '#312083'

red 49 ◦ green 32 ◦ blue 131

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

Shades of Persian Indigo #312083

Tints of Persian Indigo #312083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.09%

 BLUE value IS 131 (51.56% from 255) = 61.79%

R = 23.11%
G = 15.09%
B = 61.79%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#312083 (or 0x312083) is known color: Persian Indigo. HEX triplet: 31, 20 and 83. RGB value is (49,32,131). Sum of RGB (Red+Green+Blue) = 49+32+131=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #312083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312083 is #CEDF7C. Grayscale: #2F2F2F. Windows color (decimal): -13557629 or 8593457. OLE color: 8593457.

HSL color Cylindrical-coordinate representation of color #312083: hue angle of 250.3º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #312083 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 32 131 -
CMYK 0.63 0.76 0 0.49
HSL 250.3º 0.61% 0.32% -
HSV(B) 250.3º 0.76% 0.51% -
XYZ 5.88 3.32 21.8 -
YUV 48.37 174.63 128.45 -
System Red Green Blue C M Y K H S L
Decimal 49 32 131 0.63 0.76 0 0.49 250.3 0.61 0.32
Hex 31 20 83 3F 4C 0 31 FA 3D 20
Octal 61 40 203 77 114 0 61 372 75 40
Binary 110001 100000 10000011 111111 1001100 0 110001 11111010 111101 100000

Color Harmonies of #312083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312083

Black with #312083

Text Example


Text Example

White with #312083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312083; }

 p { color: rgb(49,32,131); }

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

background-color css

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

 a { background-color: rgb(49,32,131); }

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

border-color css

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

 span { border-color: rgb(49,32,131); }

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