Html Css Color HEX #471385 Indigo

📋 copy color: '#471385'

red 71 ◦ green 19 ◦ blue 133

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

Shades of Indigo #471385

Tints of Indigo #471385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.52%

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

R = 31.84%
G = 8.52%
B = 59.64%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#471385 (or 0x471385) is known color: Indigo. HEX triplet: 47, 13 and 85. RGB value is (71,19,133). Sum of RGB (Red+Green+Blue) = 71+19+133=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #471385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471385 is #B8EC7A. Grayscale: #2F2F2F. Windows color (decimal): -12119163 or 8721223. OLE color: 8721223.

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

Color convert

RGB 71 19 133 -
CMYK 0.47 0.86 0 0.48
HSL 267.37º 0.75% 0.3% -
HSV(B) 267.37º 0.86% 0.52% -
XYZ 7.07 3.5 22.49 -
YUV 47.54 176.23 144.73 -
System Red Green Blue C M Y K H S L
Decimal 71 19 133 0.47 0.86 0 0.48 267.37 0.75 0.3
Hex 47 13 85 2F 56 0 30 10B 4B 1E
Octal 107 23 205 57 126 0 60 413 113 36
Binary 1000111 10011 10000101 101111 1010110 0 110000 100001011 1001011 11110

Color Harmonies of #471385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471385

Black with #471385

Text Example


Text Example

White with #471385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471385; }

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

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

background-color css

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

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

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

border-color css

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

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

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