Html Css Color HEX #470C87 Indigo

📋 copy color: '#470C87'

red 71 ◦ green 12 ◦ blue 135

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

Shades of Indigo #470C87

Tints of Indigo #470C87

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.5%

 BLUE value IS 135 (53.13% from 255) = 61.93%

R = 32.57%
G = 5.5%
B = 61.93%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#470C87 (or 0x470C87) is known color: Indigo. HEX triplet: 47, 0C and 87. RGB value is (71,12,135). Sum of RGB (Red+Green+Blue) = 71+12+135=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #470C87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470C87 is #B8F378. Grayscale: #2B2B2B. Windows color (decimal): -12120953 or 8850503. OLE color: 8850503.

HSL color Cylindrical-coordinate representation of color #470C87: hue angle of 268.78º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #470C87 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 12 135 -
CMYK 0.47 0.91 0 0.47
HSL 268.78º 0.84% 0.29% -
HSV(B) 268.78º 0.91% 0.53% -
XYZ 7.1 3.35 23.19 -
YUV 43.66 179.55 147.5 -
System Red Green Blue C M Y K H S L
Decimal 71 12 135 0.47 0.91 0 0.47 268.78 0.84 0.29
Hex 47 C 87 2F 5B 0 2F 10D 54 1D
Octal 107 14 207 57 133 0 57 415 124 35
Binary 1000111 1100 10000111 101111 1011011 0 101111 100001101 1010100 11101

Color Harmonies of #470C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470C87

Black with #470C87

Text Example


Text Example

White with #470C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470C87; }

 p { color: rgb(71,12,135); }

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

background-color css

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

 a { background-color: rgb(71,12,135); }

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

border-color css

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

 span { border-color: rgb(71,12,135); }

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