Html Css Color HEX #470266 Indigo

📋 copy color: '#470266'

red 71 ◦ green 2 ◦ blue 102

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

Shades of Indigo #470266

Tints of Indigo #470266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 58.29%

R = 40.57%
G = 1.14%
B = 58.29%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#470266 (or 0x470266) is known color: Indigo. HEX triplet: 47, 02 and 66. RGB value is (71,2,102). Sum of RGB (Red+Green+Blue) = 71+2+102=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #470266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470266 is #B8FD99. Grayscale: #212121. Windows color (decimal): -12123546 or 6685255. OLE color: 6685255.

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

Color convert

RGB 71 2 102 -
CMYK 0.30 0.98 0 0.6
HSL 281.4º 0.96% 0.2% -
HSV(B) 281.4º 0.98% 0.4% -
XYZ 5.02 2.34 12.76 -
YUV 34.03 166.36 154.37 -
System Red Green Blue C M Y K H S L
Decimal 71 2 102 0.30 0.98 0 0.6 281.4 0.96 0.2
Hex 47 2 66 1E 62 0 3C 119 60 14
Octal 107 2 146 36 142 0 74 431 140 24
Binary 1000111 10 1100110 11110 1100010 0 111100 100011001 1100000 10100

Color Harmonies of #470266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470266

Black with #470266

Text Example


Text Example

White with #470266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470266; }

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

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

background-color css

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

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

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

border-color css

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

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

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