Html Css Color HEX #471375 Indigo

📋 copy color: '#471375'

red 71 ◦ green 19 ◦ blue 117

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

Shades of Indigo #471375

Tints of Indigo #471375

RGB

 RED value IS 71 (28.13% from 255) = 34.3%

 GREEN value IS 19 (7.81% from 255) = 9.18%

 BLUE value IS 117 (46.09% from 255) = 56.52%

R = 34.3%
G = 9.18%
B = 56.52%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#471375 (or 0x471375) is known color: Indigo. HEX triplet: 47, 13 and 75. RGB value is (71,19,117). Sum of RGB (Red+Green+Blue) = 71+19+117=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #471375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471375 is #B8EC8A. Grayscale: #2D2D2D. Windows color (decimal): -12119179 or 7672647. OLE color: 7672647.

HSL color Cylindrical-coordinate representation of color #471375: hue angle of 271.84º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471375 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 19 117 -
CMYK 0.39 0.84 0 0.54
HSL 271.84º 0.72% 0.27% -
HSV(B) 271.84º 0.84% 0.46% -
XYZ 6.04 3.09 17.11 -
YUV 45.72 168.23 146.03 -
System Red Green Blue C M Y K H S L
Decimal 71 19 117 0.39 0.84 0 0.54 271.84 0.72 0.27
Hex 47 13 75 27 54 0 36 110 48 1B
Octal 107 23 165 47 124 0 66 420 110 33
Binary 1000111 10011 1110101 100111 1010100 0 110110 100010000 1001000 11011

Color Harmonies of #471375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471375

Black with #471375

Text Example


Text Example

White with #471375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471375; }

 p { color: rgb(71,19,117); }

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

background-color css

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

 a { background-color: rgb(71,19,117); }

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

border-color css

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

 span { border-color: rgb(71,19,117); }

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