Html Css Color HEX #312084 Persian Indigo

📋 copy color: '#312084'

red 49 ◦ green 32 ◦ blue 132

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

Shades of Persian Indigo #312084

Tints of Persian Indigo #312084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 61.97%

R = 23%
G = 15.02%
B = 61.97%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#312084 (or 0x312084) is known color: Persian Indigo. HEX triplet: 31, 20 and 84. RGB value is (49,32,132). Sum of RGB (Red+Green+Blue) = 49+32+132=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #312084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312084 is #CEDF7B. Grayscale: #303030. Windows color (decimal): -13557628 or 8658993. OLE color: 8658993.

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

Color convert

RGB 49 32 132 -
CMYK 0.63 0.76 0 0.48
HSL 250.2º 0.61% 0.32% -
HSV(B) 250.2º 0.76% 0.52% -
XYZ 5.95 3.35 22.16 -
YUV 48.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 49 32 132 0.63 0.76 0 0.48 250.2 0.61 0.32
Hex 31 20 84 3F 4C 0 30 FA 3D 20
Octal 61 40 204 77 114 0 60 372 75 40
Binary 110001 100000 10000100 111111 1001100 0 110000 11111010 111101 100000

Color Harmonies of #312084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312084

Black with #312084

Text Example


Text Example

White with #312084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312084; }

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

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

background-color css

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

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

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

border-color css

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

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

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