Html Css Color HEX #311870 Persian Indigo

📋 copy color: '#311870'

red 49 ◦ green 24 ◦ blue 112

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

Shades of Persian Indigo #311870

Tints of Persian Indigo #311870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 60.54%

R = 26.49%
G = 12.97%
B = 60.54%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#311870 (or 0x311870) is known color: Persian Indigo. HEX triplet: 31, 18 and 70. RGB value is (49,24,112). Sum of RGB (Red+Green+Blue) = 49+24+112=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #311870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311870 is #CEE78F. Grayscale: #292929. Windows color (decimal): -13559696 or 7346225. OLE color: 7346225.

HSL color Cylindrical-coordinate representation of color #311870: hue angle of 257.05º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #311870 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 24 112 -
CMYK 0.56 0.79 0 0.56
HSL 257.05º 0.65% 0.27% -
HSV(B) 257.05º 0.79% 0.44% -
XYZ 4.52 2.48 15.57 -
YUV 41.51 167.78 133.34 -
System Red Green Blue C M Y K H S L
Decimal 49 24 112 0.56 0.79 0 0.56 257.05 0.65 0.27
Hex 31 18 70 38 4F 0 38 101 41 1B
Octal 61 30 160 70 117 0 70 401 101 33
Binary 110001 11000 1110000 111000 1001111 0 111000 100000001 1000001 11011

Color Harmonies of #311870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311870

Black with #311870

Text Example


Text Example

White with #311870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311870; }

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

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

background-color css

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

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

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

border-color css

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

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

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