Html Css Color HEX #311495 Persian Indigo

📋 copy color: '#311495'

red 49 ◦ green 20 ◦ blue 149

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

Shades of Persian Indigo #311495

Tints of Persian Indigo #311495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

 BLUE value IS 149 (58.59% from 255) = 68.35%

R = 22.48%
G = 9.17%
B = 68.35%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#311495 (or 0x311495) is known color: Persian Indigo. HEX triplet: 31, 14 and 95. RGB value is (49,20,149). Sum of RGB (Red+Green+Blue) = 49+20+149=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #311495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311495 is #CEEB6A. Grayscale: #2A2A2A. Windows color (decimal): -13560683 or 9770033. OLE color: 9770033.

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

Color convert

RGB 49 20 149 -
CMYK 0.67 0.87 0 0.42
HSL 253.49º 0.76% 0.33% -
HSV(B) 253.49º 0.87% 0.58% -
XYZ 6.94 3.32 28.71 -
YUV 43.38 187.61 132.01 -
System Red Green Blue C M Y K H S L
Decimal 49 20 149 0.67 0.87 0 0.42 253.49 0.76 0.33
Hex 31 14 95 43 57 0 2A FD 4C 21
Octal 61 24 225 103 127 0 52 375 114 41
Binary 110001 10100 10010101 1000011 1010111 0 101010 11111101 1001100 100001

Color Harmonies of #311495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311495

Black with #311495

Text Example


Text Example

White with #311495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311495; }

 p { color: rgb(49,20,149); }

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

background-color css

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

 a { background-color: rgb(49,20,149); }

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

border-color css

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

 span { border-color: rgb(49,20,149); }

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