Html Css Color HEX #311993 Persian Indigo

📋 copy color: '#311993'

red 49 ◦ green 25 ◦ blue 147

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

Shades of Persian Indigo #311993

Tints of Persian Indigo #311993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.31%

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

R = 22.17%
G = 11.31%
B = 66.52%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#311993 (or 0x311993) is known color: Persian Indigo. HEX triplet: 31, 19 and 93. RGB value is (49,25,147). Sum of RGB (Red+Green+Blue) = 49+25+147=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #311993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311993 is #CEE66C. Grayscale: #2D2D2D. Windows color (decimal): -13559405 or 9640241. OLE color: 9640241.

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

Color convert

RGB 49 25 147 -
CMYK 0.67 0.83 0 0.42
HSL 251.8º 0.71% 0.34% -
HSV(B) 251.8º 0.83% 0.58% -
XYZ 6.88 3.45 27.91 -
YUV 46.08 184.95 130.08 -
System Red Green Blue C M Y K H S L
Decimal 49 25 147 0.67 0.83 0 0.42 251.8 0.71 0.34
Hex 31 19 93 43 53 0 2A FC 47 22
Octal 61 31 223 103 123 0 52 374 107 42
Binary 110001 11001 10010011 1000011 1010011 0 101010 11111100 1000111 100010

Color Harmonies of #311993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311993

Black with #311993

Text Example


Text Example

White with #311993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311993; }

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

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

background-color css

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

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

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

border-color css

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

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

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