Html Css Color HEX #312293 Persian Indigo

📋 copy color: '#312293'

red 49 ◦ green 34 ◦ blue 147

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

Shades of Persian Indigo #312293

Tints of Persian Indigo #312293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 63.91%

R = 21.3%
G = 14.78%
B = 63.91%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#312293 (or 0x312293) is known color: Persian Indigo. HEX triplet: 31, 22 and 93. RGB value is (49,34,147). Sum of RGB (Red+Green+Blue) = 49+34+147=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #312293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312293 is #CEDD6C. Grayscale: #323232. Windows color (decimal): -13557101 or 9642545. OLE color: 9642545.

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

Color convert

RGB 49 34 147 -
CMYK 0.67 0.77 0 0.42
HSL 247.96º 0.62% 0.35% -
HSV(B) 247.96º 0.77% 0.58% -
XYZ 7.11 3.9 27.98 -
YUV 51.37 181.97 126.31 -
System Red Green Blue C M Y K H S L
Decimal 49 34 147 0.67 0.77 0 0.42 247.96 0.62 0.35
Hex 31 22 93 43 4D 0 2A F8 3E 23
Octal 61 42 223 103 115 0 52 370 76 43
Binary 110001 100010 10010011 1000011 1001101 0 101010 11111000 111110 100011

Color Harmonies of #312293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312293

Black with #312293

Text Example


Text Example

White with #312293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312293; }

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

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

background-color css

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

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

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

border-color css

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

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

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