Html Css Color HEX #310576 Persian Indigo

📋 copy color: '#310576'

red 49 ◦ green 5 ◦ blue 118

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

Shades of Persian Indigo #310576

Tints of Persian Indigo #310576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

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

R = 28.49%
G = 2.91%
B = 68.6%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#310576 (or 0x310576) is known color: Persian Indigo. HEX triplet: 31, 05 and 76. RGB value is (49,5,118). Sum of RGB (Red+Green+Blue) = 49+5+118=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #310576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310576 is #CEFA89. Grayscale: #1E1E1E. Windows color (decimal): -13564554 or 7734577. OLE color: 7734577.

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

Color convert

RGB 49 5 118 -
CMYK 0.58 0.96 0 0.54
HSL 263.36º 0.92% 0.24% -
HSV(B) 263.36º 0.96% 0.46% -
XYZ 4.59 2.07 17.3 -
YUV 31.04 177.08 140.81 -
System Red Green Blue C M Y K H S L
Decimal 49 5 118 0.58 0.96 0 0.54 263.36 0.92 0.24
Hex 31 5 76 3A 60 0 36 107 5C 18
Octal 61 5 166 72 140 0 66 407 134 30
Binary 110001 101 1110110 111010 1100000 0 110110 100000111 1011100 11000

Color Harmonies of #310576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310576

Black with #310576

Text Example


Text Example

White with #310576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310576; }

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

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

background-color css

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

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

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

border-color css

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

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

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