Html Css Color HEX #310478 Persian Indigo

📋 copy color: '#310478'

red 49 ◦ green 4 ◦ blue 120

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

Shades of Persian Indigo #310478

Tints of Persian Indigo #310478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 69.36%

R = 28.32%
G = 2.31%
B = 69.36%

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

#310478 (or 0x310478) is known color: Persian Indigo. HEX triplet: 31, 04 and 78. RGB value is (49,4,120). Sum of RGB (Red+Green+Blue) = 49+4+120=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 120 (47.27% from 255 or 69.36% from 173); Max value from RGB is 120 - color contains mainly: blue. Hex color #310478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310478 is #CEFB87. Grayscale: #1E1E1E. Windows color (decimal): -13564808 or 7865393. OLE color: 7865393.

HSL color Cylindrical-coordinate representation of color #310478: hue angle of 263.28º degrees, saturation: 0.94, 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 #310478 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 4 120 -
CMYK 0.59 0.97 0 0.53
HSL 263.28º 0.94% 0.24% -
HSV(B) 263.28º 0.97% 0.47% -
XYZ 4.7 2.1 17.93 -
YUV 30.68 178.41 141.07 -
System Red Green Blue C M Y K H S L
Decimal 49 4 120 0.59 0.97 0 0.53 263.28 0.94 0.24
Hex 31 4 78 3B 61 0 35 107 5E 18
Octal 61 4 170 73 141 0 65 407 136 30
Binary 110001 100 1111000 111011 1100001 0 110101 100000111 1011110 11000

Color Harmonies of #310478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310478

Black with #310478

Text Example


Text Example

White with #310478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310478; }

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

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

background-color css

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

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

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

border-color css

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

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

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