Html Css Color HEX #410471 Indigo

📋 copy color: '#410471'

red 65 ◦ green 4 ◦ blue 113

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

Shades of Indigo #410471

Tints of Indigo #410471

RGB

 RED value IS 65 (25.78% from 255) = 35.71%

 GREEN value IS 4 (1.95% from 255) = 2.2%

 BLUE value IS 113 (44.53% from 255) = 62.09%

R = 35.71%
G = 2.2%
B = 62.09%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#410471 (or 0x410471) is known color: Indigo. HEX triplet: 41, 04 and 71. RGB value is (65,4,113). Sum of RGB (Red+Green+Blue) = 65+4+113=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #410471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410471 is #BEFB8E. Grayscale: #222222. Windows color (decimal): -12516239 or 7406657. OLE color: 7406657.

HSL color Cylindrical-coordinate representation of color #410471: hue angle of 273.58º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410471 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 4 113 -
CMYK 0.42 0.96 0 0.56
HSL 273.58º 0.93% 0.23% -
HSV(B) 273.58º 0.96% 0.44% -
XYZ 5.2 2.4 15.81 -
YUV 34.67 172.21 149.64 -
System Red Green Blue C M Y K H S L
Decimal 65 4 113 0.42 0.96 0 0.56 273.58 0.93 0.23
Hex 41 4 71 2A 60 0 38 112 5D 17
Octal 101 4 161 52 140 0 70 422 135 27
Binary 1000001 100 1110001 101010 1100000 0 111000 100010010 1011101 10111

Color Harmonies of #410471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410471

Black with #410471

Text Example


Text Example

White with #410471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410471; }

 p { color: rgb(65,4,113); }

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

background-color css

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

 a { background-color: rgb(65,4,113); }

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

border-color css

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

 span { border-color: rgb(65,4,113); }

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