Html Css Color HEX #311881 Persian Indigo

📋 copy color: '#311881'

red 49 ◦ green 24 ◦ blue 129

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

Shades of Persian Indigo #311881

Tints of Persian Indigo #311881

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.88%

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

R = 24.26%
G = 11.88%
B = 63.86%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#311881 (or 0x311881) is known color: Persian Indigo. HEX triplet: 31, 18 and 81. RGB value is (49,24,129). Sum of RGB (Red+Green+Blue) = 49+24+129=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 129 (50.78% from 255 or 63.86% from 202); Max value from RGB is 129 - color contains mainly: blue. Hex color #311881 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311881 is #CEE77E. Grayscale: #2B2B2B. Windows color (decimal): -13559679 or 8460337. OLE color: 8460337.

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

Color convert

RGB 49 24 129 -
CMYK 0.62 0.81 0 0.49
HSL 254.29º 0.69% 0.3% -
HSV(B) 254.29º 0.81% 0.51% -
XYZ 5.56 2.89 21.03 -
YUV 43.45 176.28 131.96 -
System Red Green Blue C M Y K H S L
Decimal 49 24 129 0.62 0.81 0 0.49 254.29 0.69 0.3
Hex 31 18 81 3E 51 0 31 FE 45 1E
Octal 61 30 201 76 121 0 61 376 105 36
Binary 110001 11000 10000001 111110 1010001 0 110001 11111110 1000101 11110

Color Harmonies of #311881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311881

Black with #311881

Text Example


Text Example

White with #311881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311881; }

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

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

background-color css

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

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

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

border-color css

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

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

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