Html Css Color HEX #470185 Indigo

📋 copy color: '#470185'

red 71 ◦ green 1 ◦ blue 133

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

Shades of Indigo #470185

Tints of Indigo #470185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 34.63%
G = 0.49%
B = 64.88%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#470185 (or 0x470185) is known color: Indigo. HEX triplet: 47, 01 and 85. RGB value is (71,1,133). Sum of RGB (Red+Green+Blue) = 71+1+133=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #470185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470185 is #B8FE7A. Grayscale: #242424. Windows color (decimal): -12123771 or 8716615. OLE color: 8716615.

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

Color convert

RGB 71 1 133 -
CMYK 0.47 0.99 0 0.48
HSL 271.82º 0.99% 0.26% -
HSV(B) 271.82º 0.99% 0.52% -
XYZ 6.84 3.05 22.42 -
YUV 36.98 182.19 152.27 -
System Red Green Blue C M Y K H S L
Decimal 71 1 133 0.47 0.99 0 0.48 271.82 0.99 0.26
Hex 47 1 85 2F 63 0 30 110 63 1A
Octal 107 1 205 57 143 0 60 420 143 32
Binary 1000111 1 10000101 101111 1100011 0 110000 100010000 1100011 11010

Color Harmonies of #470185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470185

Black with #470185

Text Example


Text Example

White with #470185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470185; }

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

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

background-color css

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

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

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

border-color css

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

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

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