Html Css Color HEX #471798 Indigo

📋 copy color: '#471798'

red 71 ◦ green 23 ◦ blue 152

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

Shades of Indigo #471798

Tints of Indigo #471798

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.35%

 BLUE value IS 152 (59.77% from 255) = 61.79%

R = 28.86%
G = 9.35%
B = 61.79%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#471798 (or 0x471798) is known color: Indigo. HEX triplet: 47, 17 and 98. RGB value is (71,23,152). Sum of RGB (Red+Green+Blue) = 71+23+152=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #471798 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471798 is #B8E867. Grayscale: #333333. Windows color (decimal): -12118120 or 9967431. OLE color: 9967431.

HSL color Cylindrical-coordinate representation of color #471798: hue angle of 262.33º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471798 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 23 152 -
CMYK 0.53 0.85 0 0.40
HSL 262.33º 0.74% 0.34% -
HSV(B) 262.33º 0.85% 0.6% -
XYZ 8.57 4.22 30.07 -
YUV 52.06 184.4 141.51 -
System Red Green Blue C M Y K H S L
Decimal 71 23 152 0.53 0.85 0 0.40 262.33 0.74 0.34
Hex 47 17 98 35 55 0 28 106 4A 22
Octal 107 27 230 65 125 0 50 406 112 42
Binary 1000111 10111 10011000 110101 1010101 0 101000 100000110 1001010 100010

Color Harmonies of #471798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471798

Black with #471798

Text Example


Text Example

White with #471798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471798; }

 p { color: rgb(71,23,152); }

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

background-color css

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

 a { background-color: rgb(71,23,152); }

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

border-color css

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

 span { border-color: rgb(71,23,152); }

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