Html Css Color HEX #471098 Indigo

📋 copy color: '#471098'

red 71 ◦ green 16 ◦ blue 152

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

Shades of Indigo #471098

Tints of Indigo #471098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.69%

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

R = 29.71%
G = 6.69%
B = 63.6%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#471098 (or 0x471098) is known color: Indigo. HEX triplet: 47, 10 and 98. RGB value is (71,16,152). Sum of RGB (Red+Green+Blue) = 71+16+152=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #471098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471098 is #B8EF67. Grayscale: #2F2F2F. Windows color (decimal): -12119912 or 9965639. OLE color: 9965639.

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

Color convert

RGB 71 16 152 -
CMYK 0.53 0.89 0 0.40
HSL 264.26º 0.81% 0.33% -
HSV(B) 264.26º 0.89% 0.6% -
XYZ 8.45 3.98 30.03 -
YUV 47.95 186.72 144.44 -
System Red Green Blue C M Y K H S L
Decimal 71 16 152 0.53 0.89 0 0.40 264.26 0.81 0.33
Hex 47 10 98 35 59 0 28 108 51 21
Octal 107 20 230 65 131 0 50 410 121 41
Binary 1000111 10000 10011000 110101 1011001 0 101000 100001000 1010001 100001

Color Harmonies of #471098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471098

Black with #471098

Text Example


Text Example

White with #471098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471098; }

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

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

background-color css

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

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

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

border-color css

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

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

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