Html Css Color HEX #470067 Indigo

📋 copy color: '#470067'

red 71 ◦ green 0 ◦ blue 103

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

Shades of Indigo #470067

Tints of Indigo #470067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.8%
G = 0%
B = 59.2%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#470067 (or 0x470067) is known color: Indigo. HEX triplet: 47, 00 and 67. RGB value is (71,0,103). Sum of RGB (Red+Green+Blue) = 71+0+103=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 103 (40.62% from 255 or 59.20% from 174); Max value from RGB is 103 - color contains mainly: blue. Hex color #470067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470067 is #B8FF98. Grayscale: #202020. Windows color (decimal): -12124057 or 6750279. OLE color: 6750279.

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

Color convert

RGB 71 0 103 -
CMYK 0.31 1 0 0.60
HSL 281.36º 1% 0.2% -
HSV(B) 281.36º 1% 0.4% -
XYZ 5.05 2.32 13.01 -
YUV 32.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 71 0 103 0.31 1 0 0.60 281.36 1 0.2
Hex 47 0 67 1F 64 0 3C 119 64 14
Octal 107 0 147 37 144 0 74 431 144 24
Binary 1000111 0 1100111 11111 1100100 0 111100 100011001 1100100 10100

Color Harmonies of #470067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470067

Black with #470067

Text Example


Text Example

White with #470067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470067; }

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

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

background-color css

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

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

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

border-color css

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

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

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