Html Css Color HEX #470398 Indigo

📋 copy color: '#470398'

red 71 ◦ green 3 ◦ blue 152

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

Shades of Indigo #470398

Tints of Indigo #470398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

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

R = 31.42%
G = 1.33%
B = 67.26%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#470398 (or 0x470398) is known color: Indigo. HEX triplet: 47, 03 and 98. RGB value is (71,3,152). Sum of RGB (Red+Green+Blue) = 71+3+152=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #470398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470398 is #B8FC67. Grayscale: #272727. Windows color (decimal): -12123240 or 9962311. OLE color: 9962311.

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

Color convert

RGB 71 3 152 -
CMYK 0.53 0.98 0 0.40
HSL 267.38º 0.96% 0.3% -
HSV(B) 267.38º 0.98% 0.6% -
XYZ 8.3 3.67 29.98 -
YUV 40.32 191.03 149.88 -
System Red Green Blue C M Y K H S L
Decimal 71 3 152 0.53 0.98 0 0.40 267.38 0.96 0.3
Hex 47 3 98 35 62 0 28 10B 60 1E
Octal 107 3 230 65 142 0 50 413 140 36
Binary 1000111 11 10011000 110101 1100010 0 101000 100001011 1100000 11110

Color Harmonies of #470398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470398

Black with #470398

Text Example


Text Example

White with #470398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470398; }

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

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

background-color css

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

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

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

border-color css

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

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

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