Html Css Color HEX #470098 Indigo

📋 copy color: '#470098'

red 71 ◦ green 0 ◦ blue 152

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

Shades of Indigo #470098

Tints of Indigo #470098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.84%
G = 0%
B = 68.16%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#470098 (or 0x470098) is known color: Indigo. HEX triplet: 47, 00 and 98. RGB value is (71,0,152). Sum of RGB (Red+Green+Blue) = 71+0+152=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #470098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470098 is #B8FF67. Grayscale: #262626. Windows color (decimal): -12124008 or 9961543. OLE color: 9961543.

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

Color convert

RGB 71 0 152 -
CMYK 0.53 1 0 0.40
HSL 268.03º 1% 0.3% -
HSV(B) 268.03º 1% 0.6% -
XYZ 8.27 3.61 29.97 -
YUV 38.56 192.02 151.14 -
System Red Green Blue C M Y K H S L
Decimal 71 0 152 0.53 1 0 0.40 268.03 1 0.3
Hex 47 0 98 35 64 0 28 10C 64 1E
Octal 107 0 230 65 144 0 50 414 144 36
Binary 1000111 0 10011000 110101 1100100 0 101000 100001100 1100100 11110

Color Harmonies of #470098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470098

Black with #470098

Text Example


Text Example

White with #470098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470098; }

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

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

background-color css

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

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

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

border-color css

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

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

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