Html Css Color HEX #312195 Persian Indigo

📋 copy color: '#312195'

red 49 ◦ green 33 ◦ blue 149

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

Shades of Persian Indigo #312195

Tints of Persian Indigo #312195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 64.5%

R = 21.21%
G = 14.29%
B = 64.5%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#312195 (or 0x312195) is known color: Persian Indigo. HEX triplet: 31, 21 and 95. RGB value is (49,33,149). Sum of RGB (Red+Green+Blue) = 49+33+149=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #312195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312195 is #CEDE6A. Grayscale: #323232. Windows color (decimal): -13557355 or 9773361. OLE color: 9773361.

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

Color convert

RGB 49 33 149 -
CMYK 0.67 0.78 0 0.42
HSL 248.28º 0.64% 0.36% -
HSV(B) 248.28º 0.78% 0.58% -
XYZ 7.24 3.91 28.81 -
YUV 51.01 183.3 126.57 -
System Red Green Blue C M Y K H S L
Decimal 49 33 149 0.67 0.78 0 0.42 248.28 0.64 0.36
Hex 31 21 95 43 4E 0 2A F8 40 24
Octal 61 41 225 103 116 0 52 370 100 44
Binary 110001 100001 10010101 1000011 1001110 0 101010 11111000 1000000 100100

Color Harmonies of #312195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312195

Black with #312195

Text Example


Text Example

White with #312195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312195; }

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

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

background-color css

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

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

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

border-color css

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

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

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