Html Css Color HEX #471285 Indigo

📋 copy color: '#471285'

red 71 ◦ green 18 ◦ blue 133

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

Shades of Indigo #471285

Tints of Indigo #471285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.11%

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

R = 31.98%
G = 8.11%
B = 59.91%

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

#471285 (or 0x471285) is known color: Indigo. HEX triplet: 47, 12 and 85. RGB value is (71,18,133). Sum of RGB (Red+Green+Blue) = 71+18+133=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #471285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471285 is #B8ED7A. Grayscale: #2E2E2E. Windows color (decimal): -12119419 or 8720967. OLE color: 8720967.

HSL color Cylindrical-coordinate representation of color #471285: hue angle of 267.65º degrees, saturation: 0.76, 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 #471285 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 18 133 -
CMYK 0.47 0.86 0 0.48
HSL 267.65º 0.76% 0.3% -
HSV(B) 267.65º 0.86% 0.52% -
XYZ 7.05 3.47 22.49 -
YUV 46.96 176.56 145.15 -
System Red Green Blue C M Y K H S L
Decimal 71 18 133 0.47 0.86 0 0.48 267.65 0.76 0.3
Hex 47 12 85 2F 56 0 30 10C 4C 1E
Octal 107 22 205 57 126 0 60 414 114 36
Binary 1000111 10010 10000101 101111 1010110 0 110000 100001100 1001100 11110

Color Harmonies of #471285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471285

Black with #471285

Text Example


Text Example

White with #471285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471285; }

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

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

background-color css

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

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

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

border-color css

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

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

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