Html Css Color HEX #470298 Indigo

📋 copy color: '#470298'

red 71 ◦ green 2 ◦ blue 152

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

Shades of Indigo #470298

Tints of Indigo #470298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

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

R = 31.56%
G = 0.89%
B = 67.56%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#470298 (or 0x470298) is known color: Indigo. HEX triplet: 47, 02 and 98. RGB value is (71,2,152). Sum of RGB (Red+Green+Blue) = 71+2+152=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #470298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470298 is #B8FD67. Grayscale: #272727. Windows color (decimal): -12123496 or 9962055. OLE color: 9962055.

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

Color convert

RGB 71 2 152 -
CMYK 0.53 0.99 0 0.40
HSL 267.6º 0.97% 0.3% -
HSV(B) 267.6º 0.99% 0.6% -
XYZ 8.29 3.65 29.97 -
YUV 39.73 191.36 150.3 -
System Red Green Blue C M Y K H S L
Decimal 71 2 152 0.53 0.99 0 0.40 267.6 0.97 0.3
Hex 47 2 98 35 63 0 28 10C 61 1E
Octal 107 2 230 65 143 0 50 414 141 36
Binary 1000111 10 10011000 110101 1100011 0 101000 100001100 1100001 11110

Color Harmonies of #470298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470298

Black with #470298

Text Example


Text Example

White with #470298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470298; }

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

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

background-color css

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

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

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

border-color css

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

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

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