Html Css Color HEX #312196 Persian Indigo

📋 copy color: '#312196'

red 49 ◦ green 33 ◦ blue 150

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

Shades of Persian Indigo #312196

Tints of Persian Indigo #312196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

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

R = 21.12%
G = 14.22%
B = 64.66%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#312196 (or 0x312196) is known color: Persian Indigo. HEX triplet: 31, 21 and 96. RGB value is (49,33,150). Sum of RGB (Red+Green+Blue) = 49+33+150=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #312196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312196 is #CEDE69. Grayscale: #323232. Windows color (decimal): -13557354 or 9838897. OLE color: 9838897.

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

Color convert

RGB 49 33 150 -
CMYK 0.67 0.78 0 0.41
HSL 248.21º 0.64% 0.36% -
HSV(B) 248.21º 0.78% 0.59% -
XYZ 7.32 3.94 29.23 -
YUV 51.12 183.8 126.49 -
System Red Green Blue C M Y K H S L
Decimal 49 33 150 0.67 0.78 0 0.41 248.21 0.64 0.36
Hex 31 21 96 43 4E 0 29 F8 40 24
Octal 61 41 226 103 116 0 51 370 100 44
Binary 110001 100001 10010110 1000011 1001110 0 101001 11111000 1000000 100100

Color Harmonies of #312196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312196

Black with #312196

Text Example


Text Example

White with #312196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312196; }

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

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

background-color css

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

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

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

border-color css

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

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

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