Html Css Color HEX #310176 Persian Indigo

📋 copy color: '#310176'

red 49 ◦ green 1 ◦ blue 118

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

Shades of Persian Indigo #310176

Tints of Persian Indigo #310176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 118 (46.48% from 255) = 70.24%

R = 29.17%
G = 0.6%
B = 70.24%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#310176 (or 0x310176) is known color: Persian Indigo. HEX triplet: 31, 01 and 76. RGB value is (49,1,118). Sum of RGB (Red+Green+Blue) = 49+1+118=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #310176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310176 is #CEFE89. Grayscale: #1C1C1C. Windows color (decimal): -13565578 or 7733553. OLE color: 7733553.

HSL color Cylindrical-coordinate representation of color #310176: hue angle of 264.62º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #310176 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 1 118 -
CMYK 0.58 0.99 0 0.54
HSL 264.62º 0.98% 0.23% -
HSV(B) 264.62º 0.99% 0.46% -
XYZ 4.55 1.98 17.28 -
YUV 28.69 178.4 142.49 -
System Red Green Blue C M Y K H S L
Decimal 49 1 118 0.58 0.99 0 0.54 264.62 0.98 0.23
Hex 31 1 76 3A 63 0 36 109 62 17
Octal 61 1 166 72 143 0 66 411 142 27
Binary 110001 1 1110110 111010 1100011 0 110110 100001001 1100010 10111

Color Harmonies of #310176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310176

Black with #310176

Text Example


Text Example

White with #310176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310176; }

 p { color: rgb(49,1,118); }

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

background-color css

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

 a { background-color: rgb(49,1,118); }

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

border-color css

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

 span { border-color: rgb(49,1,118); }

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