Html Css Color HEX #470065 Indigo

📋 copy color: '#470065'

red 71 ◦ green 0 ◦ blue 101

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

Shades of Indigo #470065

Tints of Indigo #470065

RGB

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

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

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

R = 41.28%
G = 0%
B = 58.72%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#470065 (or 0x470065) is known color: Indigo. HEX triplet: 47, 00 and 65. RGB value is (71,0,101). Sum of RGB (Red+Green+Blue) = 71+0+101=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #470065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470065 is #B8FF9A. Grayscale: #202020. Windows color (decimal): -12124059 or 6619207. OLE color: 6619207.

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

Color convert

RGB 71 0 101 -
CMYK 0.30 1 0 0.60
HSL 282.18º 1% 0.2% -
HSV(B) 282.18º 1% 0.4% -
XYZ 4.95 2.28 12.49 -
YUV 32.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 71 0 101 0.30 1 0 0.60 282.18 1 0.2
Hex 47 0 65 1E 64 0 3C 11A 64 14
Octal 107 0 145 36 144 0 74 432 144 24
Binary 1000111 0 1100101 11110 1100100 0 111100 100011010 1100100 10100

Color Harmonies of #470065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470065

Black with #470065

Text Example


Text Example

White with #470065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470065; }

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

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

background-color css

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

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

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

border-color css

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

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

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