Html Css Color HEX #312193 Persian Indigo

📋 copy color: '#312193'

red 49 ◦ green 33 ◦ blue 147

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

Shades of Persian Indigo #312193

Tints of Persian Indigo #312193

RGB

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

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

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

R = 21.4%
G = 14.41%
B = 64.19%

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

#312193 (or 0x312193) is known color: Persian Indigo. HEX triplet: 31, 21 and 93. RGB value is (49,33,147). Sum of RGB (Red+Green+Blue) = 49+33+147=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #312193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312193 is #CEDE6C. Grayscale: #323232. Windows color (decimal): -13557357 or 9642289. OLE color: 9642289.

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

Color convert

RGB 49 33 147 -
CMYK 0.67 0.78 0 0.42
HSL 248.42º 0.63% 0.35% -
HSV(B) 248.42º 0.78% 0.58% -
XYZ 7.08 3.85 27.97 -
YUV 50.78 182.3 126.73 -
System Red Green Blue C M Y K H S L
Decimal 49 33 147 0.67 0.78 0 0.42 248.42 0.63 0.35
Hex 31 21 93 43 4E 0 2A F8 3F 23
Octal 61 41 223 103 116 0 52 370 77 43
Binary 110001 100001 10010011 1000011 1001110 0 101010 11111000 111111 100011

Color Harmonies of #312193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312193

Black with #312193

Text Example


Text Example

White with #312193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312193; }

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

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

background-color css

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

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

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

border-color css

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

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

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