Html Css Color HEX #312292 Persian Indigo

📋 copy color: '#312292'

red 49 ◦ green 34 ◦ blue 146

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

Shades of Persian Indigo #312292

Tints of Persian Indigo #312292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.76%

R = 21.4%
G = 14.85%
B = 63.76%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#312292 (or 0x312292) is known color: Persian Indigo. HEX triplet: 31, 22 and 92. RGB value is (49,34,146). Sum of RGB (Red+Green+Blue) = 49+34+146=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #312292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312292 is #CEDD6D. Grayscale: #323232. Windows color (decimal): -13557102 or 9577009. OLE color: 9577009.

HSL color Cylindrical-coordinate representation of color #312292: hue angle of 248.04º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #312292 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 34 146 -
CMYK 0.66 0.77 0 0.43
HSL 248.04º 0.62% 0.35% -
HSV(B) 248.04º 0.77% 0.57% -
XYZ 7.03 3.87 27.57 -
YUV 51.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 49 34 146 0.66 0.77 0 0.43 248.04 0.62 0.35
Hex 31 22 92 42 4D 0 2B F8 3E 23
Octal 61 42 222 102 115 0 53 370 76 43
Binary 110001 100010 10010010 1000010 1001101 0 101011 11111000 111110 100011

Color Harmonies of #312292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312292

Black with #312292

Text Example


Text Example

White with #312292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312292; }

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

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

background-color css

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

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

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

border-color css

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

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

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