Html Css Color HEX #470167 Indigo

📋 copy color: '#470167'

red 71 ◦ green 1 ◦ blue 103

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

Shades of Indigo #470167

Tints of Indigo #470167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 58.86%

R = 40.57%
G = 0.57%
B = 58.86%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#470167 (or 0x470167) is known color: Indigo. HEX triplet: 47, 01 and 67. RGB value is (71,1,103). Sum of RGB (Red+Green+Blue) = 71+1+103=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 103 (40.62% from 255 or 58.86% from 175); Max value from RGB is 103 - color contains mainly: blue. Hex color #470167 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470167 is #B8FE98. Grayscale: #212121. Windows color (decimal): -12123801 or 6750535. OLE color: 6750535.

HSL color Cylindrical-coordinate representation of color #470167: hue angle of 281.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470167 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 1 103 -
CMYK 0.31 0.99 0 0.60
HSL 281.18º 0.98% 0.2% -
HSV(B) 281.18º 0.99% 0.4% -
XYZ 5.06 2.34 13.02 -
YUV 33.56 167.19 154.71 -
System Red Green Blue C M Y K H S L
Decimal 71 1 103 0.31 0.99 0 0.60 281.18 0.98 0.2
Hex 47 1 67 1F 63 0 3C 119 62 14
Octal 107 1 147 37 143 0 74 431 142 24
Binary 1000111 1 1100111 11111 1100011 0 111100 100011001 1100010 10100

Color Harmonies of #470167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470167

Black with #470167

Text Example


Text Example

White with #470167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470167; }

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

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

background-color css

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

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

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

border-color css

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

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

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