Html Css Color HEX #470665 Indigo

📋 copy color: '#470665'

red 71 ◦ green 6 ◦ blue 101

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

Shades of Indigo #470665

Tints of Indigo #470665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.37%

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

R = 39.89%
G = 3.37%
B = 56.74%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#470665 (or 0x470665) is known color: Indigo. HEX triplet: 47, 06 and 65. RGB value is (71,6,101). Sum of RGB (Red+Green+Blue) = 71+6+101=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #470665 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470665 is #B8F99A. Grayscale: #232323. Windows color (decimal): -12122523 or 6620743. OLE color: 6620743.

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

Color convert

RGB 71 6 101 -
CMYK 0.30 0.94 0 0.60
HSL 281.05º 0.89% 0.21% -
HSV(B) 281.05º 0.94% 0.4% -
XYZ 5.01 2.41 12.51 -
YUV 36.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 71 6 101 0.30 0.94 0 0.60 281.05 0.89 0.21
Hex 47 6 65 1E 5E 0 3C 119 59 15
Octal 107 6 145 36 136 0 74 431 131 25
Binary 1000111 110 1100101 11110 1011110 0 111100 100011001 1011001 10101

Color Harmonies of #470665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470665

Black with #470665

Text Example


Text Example

White with #470665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470665; }

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

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

background-color css

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

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

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

border-color css

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

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

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