Html Css Color HEX #310477 Persian Indigo

📋 copy color: '#310477'

red 49 ◦ green 4 ◦ blue 119

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

Shades of Persian Indigo #310477

Tints of Persian Indigo #310477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

 BLUE value IS 119 (46.88% from 255) = 69.19%

R = 28.49%
G = 2.33%
B = 69.19%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#310477 (or 0x310477) is known color: Persian Indigo. HEX triplet: 31, 04 and 77. RGB value is (49,4,119). Sum of RGB (Red+Green+Blue) = 49+4+119=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #310477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310477 is #CEFB88. Grayscale: #1E1E1E. Windows color (decimal): -13564809 or 7799857. OLE color: 7799857.

HSL color Cylindrical-coordinate representation of color #310477: hue angle of 263.48º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #310477 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 4 119 -
CMYK 0.59 0.97 0 0.53
HSL 263.48º 0.93% 0.24% -
HSV(B) 263.48º 0.97% 0.47% -
XYZ 4.64 2.07 17.61 -
YUV 30.57 177.91 141.15 -
System Red Green Blue C M Y K H S L
Decimal 49 4 119 0.59 0.97 0 0.53 263.48 0.93 0.24
Hex 31 4 77 3B 61 0 35 107 5D 18
Octal 61 4 167 73 141 0 65 407 135 30
Binary 110001 100 1110111 111011 1100001 0 110101 100000111 1011101 11000

Color Harmonies of #310477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310477

Black with #310477

Text Example


Text Example

White with #310477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310477; }

 p { color: rgb(49,4,119); }

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

background-color css

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

 a { background-color: rgb(49,4,119); }

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

border-color css

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

 span { border-color: rgb(49,4,119); }

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