Html Css Color HEX #311481 Persian Indigo

📋 copy color: '#311481'

red 49 ◦ green 20 ◦ blue 129

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

Shades of Persian Indigo #311481

Tints of Persian Indigo #311481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 65.15%

R = 24.75%
G = 10.1%
B = 65.15%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#311481 (or 0x311481) is known color: Persian Indigo. HEX triplet: 31, 14 and 81. RGB value is (49,20,129). Sum of RGB (Red+Green+Blue) = 49+20+129=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 129 (50.78% from 255 or 65.15% from 198); Max value from RGB is 129 - color contains mainly: blue. Hex color #311481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311481 is #CEEB7E. Grayscale: #282828. Windows color (decimal): -13560703 or 8459313. OLE color: 8459313.

HSL color Cylindrical-coordinate representation of color #311481: hue angle of 255.96º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311481 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 20 129 -
CMYK 0.62 0.84 0 0.49
HSL 255.96º 0.73% 0.29% -
HSV(B) 255.96º 0.84% 0.51% -
XYZ 5.48 2.74 21.01 -
YUV 41.1 177.61 133.64 -
System Red Green Blue C M Y K H S L
Decimal 49 20 129 0.62 0.84 0 0.49 255.96 0.73 0.29
Hex 31 14 81 3E 54 0 31 100 49 1D
Octal 61 24 201 76 124 0 61 400 111 35
Binary 110001 10100 10000001 111110 1010100 0 110001 100000000 1001001 11101

Color Harmonies of #311481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311481

Black with #311481

Text Example


Text Example

White with #311481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311481; }

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

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

background-color css

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

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

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

border-color css

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

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

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