Html Css Color HEX #311484 Persian Indigo

📋 copy color: '#311484'

red 49 ◦ green 20 ◦ blue 132

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

Shades of Persian Indigo #311484

Tints of Persian Indigo #311484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 65.67%

R = 24.38%
G = 9.95%
B = 65.67%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#311484 (or 0x311484) is known color: Persian Indigo. HEX triplet: 31, 14 and 84. RGB value is (49,20,132). Sum of RGB (Red+Green+Blue) = 49+20+132=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 132 (51.95% from 255 or 65.67% from 201); Max value from RGB is 132 - color contains mainly: blue. Hex color #311484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311484 is #CEEB7B. Grayscale: #292929. Windows color (decimal): -13560700 or 8655921. OLE color: 8655921.

HSL color Cylindrical-coordinate representation of color #311484: hue angle of 255.54º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311484 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 20 132 -
CMYK 0.63 0.85 0 0.48
HSL 255.54º 0.74% 0.3% -
HSV(B) 255.54º 0.85% 0.52% -
XYZ 5.68 2.82 22.07 -
YUV 41.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 49 20 132 0.63 0.85 0 0.48 255.54 0.74 0.3
Hex 31 14 84 3F 55 0 30 100 4A 1E
Octal 61 24 204 77 125 0 60 400 112 36
Binary 110001 10100 10000100 111111 1010101 0 110000 100000000 1001010 11110

Color Harmonies of #311484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311484

Black with #311484

Text Example


Text Example

White with #311484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311484; }

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

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

background-color css

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

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

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

border-color css

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

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

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