Html Css Color HEX #312392 Persian Indigo

📋 copy color: '#312392'

red 49 ◦ green 35 ◦ blue 146

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

Shades of Persian Indigo #312392

Tints of Persian Indigo #312392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.22%

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

R = 21.3%
G = 15.22%
B = 63.48%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#312392 (or 0x312392) is known color: Persian Indigo. HEX triplet: 31, 23 and 92. RGB value is (49,35,146). Sum of RGB (Red+Green+Blue) = 49+35+146=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #312392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312392 is #CEDC6D. Grayscale: #333333. Windows color (decimal): -13556846 or 9577265. OLE color: 9577265.

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

Color convert

RGB 49 35 146 -
CMYK 0.66 0.76 0 0.43
HSL 247.57º 0.61% 0.35% -
HSV(B) 247.57º 0.76% 0.57% -
XYZ 7.06 3.93 27.58 -
YUV 51.84 181.14 125.97 -
System Red Green Blue C M Y K H S L
Decimal 49 35 146 0.66 0.76 0 0.43 247.57 0.61 0.35
Hex 31 23 92 42 4C 0 2B F8 3D 23
Octal 61 43 222 102 114 0 53 370 75 43
Binary 110001 100011 10010010 1000010 1001100 0 101011 11111000 111101 100011

Color Harmonies of #312392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312392

Black with #312392

Text Example


Text Example

White with #312392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312392; }

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

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

background-color css

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

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

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

border-color css

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

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

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