Html Css Color HEX #312092 Persian Indigo

📋 copy color: '#312092'

red 49 ◦ green 32 ◦ blue 146

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

Shades of Persian Indigo #312092

Tints of Persian Indigo #312092

RGB

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

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

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

R = 21.59%
G = 14.1%
B = 64.32%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#312092 (or 0x312092) is known color: Persian Indigo. HEX triplet: 31, 20 and 92. RGB value is (49,32,146). Sum of RGB (Red+Green+Blue) = 49+32+146=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #312092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312092 is #CEDF6D. Grayscale: #313131. Windows color (decimal): -13557614 or 9576497. OLE color: 9576497.

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

Color convert

RGB 49 32 146 -
CMYK 0.66 0.78 0 0.43
HSL 248.95º 0.64% 0.35% -
HSV(B) 248.95º 0.78% 0.57% -
XYZ 6.97 3.76 27.55 -
YUV 50.08 182.13 127.23 -
System Red Green Blue C M Y K H S L
Decimal 49 32 146 0.66 0.78 0 0.43 248.95 0.64 0.35
Hex 31 20 92 42 4E 0 2B F9 40 23
Octal 61 40 222 102 116 0 53 371 100 43
Binary 110001 100000 10010010 1000010 1001110 0 101011 11111001 1000000 100011

Color Harmonies of #312092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312092

Black with #312092

Text Example


Text Example

White with #312092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312092; }

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

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

background-color css

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

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

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

border-color css

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

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

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