Html Css Color HEX #470165 Indigo

📋 copy color: '#470165'

red 71 ◦ green 1 ◦ blue 101

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

Shades of Indigo #470165

Tints of Indigo #470165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 101 (39.84% from 255) = 58.38%

R = 41.04%
G = 0.58%
B = 58.38%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#470165 (or 0x470165) is known color: Indigo. HEX triplet: 47, 01 and 65. RGB value is (71,1,101). Sum of RGB (Red+Green+Blue) = 71+1+101=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #470165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470165 is #B8FE9A. Grayscale: #212121. Windows color (decimal): -12123803 or 6619463. OLE color: 6619463.

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

Color convert

RGB 71 1 101 -
CMYK 0.30 0.99 0 0.60
HSL 282º 0.98% 0.2% -
HSV(B) 282º 0.99% 0.4% -
XYZ 4.96 2.3 12.49 -
YUV 33.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 71 1 101 0.30 0.99 0 0.60 282 0.98 0.2
Hex 47 1 65 1E 63 0 3C 11A 62 14
Octal 107 1 145 36 143 0 74 432 142 24
Binary 1000111 1 1100101 11110 1100011 0 111100 100011010 1100010 10100

Color Harmonies of #470165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470165

Black with #470165

Text Example


Text Example

White with #470165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470165; }

 p { color: rgb(71,1,101); }

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

background-color css

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

 a { background-color: rgb(71,1,101); }

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

border-color css

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

 span { border-color: rgb(71,1,101); }

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