Html Css Color HEX #470875 Indigo

📋 copy color: '#470875'

red 71 ◦ green 8 ◦ blue 117

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

Shades of Indigo #470875

Tints of Indigo #470875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 59.69%

R = 36.22%
G = 4.08%
B = 59.69%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#470875 (or 0x470875) is known color: Indigo. HEX triplet: 47, 08 and 75. RGB value is (71,8,117). Sum of RGB (Red+Green+Blue) = 71+8+117=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #470875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470875 is #B8F78A. Grayscale: #262626. Windows color (decimal): -12121995 or 7669831. OLE color: 7669831.

HSL color Cylindrical-coordinate representation of color #470875: hue angle of 274.68º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470875 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 8 117 -
CMYK 0.39 0.93 0 0.54
HSL 274.68º 0.87% 0.25% -
HSV(B) 274.68º 0.93% 0.46% -
XYZ 5.9 2.8 17.06 -
YUV 39.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 71 8 117 0.39 0.93 0 0.54 274.68 0.87 0.25
Hex 47 8 75 27 5D 0 36 113 57 19
Octal 107 10 165 47 135 0 66 423 127 31
Binary 1000111 1000 1110101 100111 1011101 0 110110 100010011 1010111 11001

Color Harmonies of #470875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470875

Black with #470875

Text Example


Text Example

White with #470875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470875; }

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

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

background-color css

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

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

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

border-color css

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

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

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