Html Css Color HEX #311593 Persian Indigo

📋 copy color: '#311593'

red 49 ◦ green 21 ◦ blue 147

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

Shades of Persian Indigo #311593

Tints of Persian Indigo #311593

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.68%

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

R = 22.58%
G = 9.68%
B = 67.74%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#311593 (or 0x311593) is known color: Persian Indigo. HEX triplet: 31, 15 and 93. RGB value is (49,21,147). Sum of RGB (Red+Green+Blue) = 49+21+147=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #311593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311593 is #CEEA6C. Grayscale: #2B2B2B. Windows color (decimal): -13560429 or 9639217. OLE color: 9639217.

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

Color convert

RGB 49 21 147 -
CMYK 0.67 0.86 0 0.42
HSL 253.33º 0.75% 0.33% -
HSV(B) 253.33º 0.86% 0.58% -
XYZ 6.8 3.3 27.88 -
YUV 43.74 186.28 131.75 -
System Red Green Blue C M Y K H S L
Decimal 49 21 147 0.67 0.86 0 0.42 253.33 0.75 0.33
Hex 31 15 93 43 56 0 2A FD 4B 21
Octal 61 25 223 103 126 0 52 375 113 41
Binary 110001 10101 10010011 1000011 1010110 0 101010 11111101 1001011 100001

Color Harmonies of #311593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311593

Black with #311593

Text Example


Text Example

White with #311593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311593; }

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

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

background-color css

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

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

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

border-color css

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

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

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