Html Css Color HEX #470965 Indigo

📋 copy color: '#470965'

red 71 ◦ green 9 ◦ blue 101

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

Shades of Indigo #470965

Tints of Indigo #470965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.97%

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

R = 39.23%
G = 4.97%
B = 55.8%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#470965 (or 0x470965) is known color: Indigo. HEX triplet: 47, 09 and 65. RGB value is (71,9,101). Sum of RGB (Red+Green+Blue) = 71+9+101=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #470965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470965 is #B8F69A. Grayscale: #252525. Windows color (decimal): -12121755 or 6621511. OLE color: 6621511.

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

Color convert

RGB 71 9 101 -
CMYK 0.30 0.91 0 0.60
HSL 280.43º 0.84% 0.22% -
HSV(B) 280.43º 0.91% 0.4% -
XYZ 5.05 2.47 12.52 -
YUV 38.03 163.54 151.52 -
System Red Green Blue C M Y K H S L
Decimal 71 9 101 0.30 0.91 0 0.60 280.43 0.84 0.22
Hex 47 9 65 1E 5B 0 3C 118 54 16
Octal 107 11 145 36 133 0 74 430 124 26
Binary 1000111 1001 1100101 11110 1011011 0 111100 100011000 1010100 10110

Color Harmonies of #470965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470965

Black with #470965

Text Example


Text Example

White with #470965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470965; }

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

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

background-color css

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

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

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

border-color css

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

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

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