Html Css Color HEX #310870 Persian Indigo

📋 copy color: '#310870'

red 49 ◦ green 8 ◦ blue 112

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

Shades of Persian Indigo #310870

Tints of Persian Indigo #310870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.73%

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

R = 28.99%
G = 4.73%
B = 66.27%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#310870 (or 0x310870) is known color: Persian Indigo. HEX triplet: 31, 08 and 70. RGB value is (49,8,112). Sum of RGB (Red+Green+Blue) = 49+8+112=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #310870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310870 is #CEF78F. Grayscale: #1F1F1F. Windows color (decimal): -13563792 or 7342129. OLE color: 7342129.

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

Color convert

RGB 49 8 112 -
CMYK 0.56 0.93 0 0.56
HSL 263.65º 0.87% 0.24% -
HSV(B) 263.65º 0.93% 0.44% -
XYZ 4.28 2 15.49 -
YUV 32.12 173.08 140.04 -
System Red Green Blue C M Y K H S L
Decimal 49 8 112 0.56 0.93 0 0.56 263.65 0.87 0.24
Hex 31 8 70 38 5D 0 38 108 57 18
Octal 61 10 160 70 135 0 70 410 127 30
Binary 110001 1000 1110000 111000 1011101 0 111000 100001000 1010111 11000

Color Harmonies of #310870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310870

Black with #310870

Text Example


Text Example

White with #310870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310870; }

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

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

background-color css

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

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

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

border-color css

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

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

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