Html Css Color HEX #310471 Persian Indigo

📋 copy color: '#310471'

red 49 ◦ green 4 ◦ blue 113

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

Shades of Persian Indigo #310471

Tints of Persian Indigo #310471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 68.07%

R = 29.52%
G = 2.41%
B = 68.07%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#310471 (or 0x310471) is known color: Persian Indigo. HEX triplet: 31, 04 and 71. RGB value is (49,4,113). Sum of RGB (Red+Green+Blue) = 49+4+113=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #310471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310471 is #CEFB8E. Grayscale: #1D1D1D. Windows color (decimal): -13564815 or 7406641. OLE color: 7406641.

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

Color convert

RGB 49 4 113 -
CMYK 0.57 0.96 0 0.56
HSL 264.77º 0.93% 0.23% -
HSV(B) 264.77º 0.96% 0.44% -
XYZ 4.29 1.93 15.77 -
YUV 29.88 174.91 141.64 -
System Red Green Blue C M Y K H S L
Decimal 49 4 113 0.57 0.96 0 0.56 264.77 0.93 0.23
Hex 31 4 71 39 60 0 38 109 5D 17
Octal 61 4 161 71 140 0 70 411 135 27
Binary 110001 100 1110001 111001 1100000 0 111000 100001001 1011101 10111

Color Harmonies of #310471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310471

Black with #310471

Text Example


Text Example

White with #310471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310471; }

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

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

background-color css

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

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

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

border-color css

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

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

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