Html Css Color HEX #470885 Indigo

📋 copy color: '#470885'

red 71 ◦ green 8 ◦ blue 133

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

Shades of Indigo #470885

Tints of Indigo #470885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.77%

 BLUE value IS 133 (52.34% from 255) = 62.74%

R = 33.49%
G = 3.77%
B = 62.74%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#470885 (or 0x470885) is known color: Indigo. HEX triplet: 47, 08 and 85. RGB value is (71,8,133). Sum of RGB (Red+Green+Blue) = 71+8+133=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #470885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470885 is #B8F77A. Grayscale: #282828. Windows color (decimal): -12121979 or 8718407. OLE color: 8718407.

HSL color Cylindrical-coordinate representation of color #470885: hue angle of 270.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470885 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 8 133 -
CMYK 0.47 0.94 0 0.48
HSL 270.24º 0.89% 0.28% -
HSV(B) 270.24º 0.94% 0.52% -
XYZ 6.92 3.21 22.44 -
YUV 41.09 179.87 149.34 -
System Red Green Blue C M Y K H S L
Decimal 71 8 133 0.47 0.94 0 0.48 270.24 0.89 0.28
Hex 47 8 85 2F 5E 0 30 10E 59 1C
Octal 107 10 205 57 136 0 60 416 131 34
Binary 1000111 1000 10000101 101111 1011110 0 110000 100001110 1011001 11100

Color Harmonies of #470885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470885

Black with #470885

Text Example


Text Example

White with #470885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470885; }

 p { color: rgb(71,8,133); }

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

background-color css

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

 a { background-color: rgb(71,8,133); }

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

border-color css

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

 span { border-color: rgb(71,8,133); }

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