Html Css Color HEX #410476 Indigo

📋 copy color: '#410476'

red 65 ◦ green 4 ◦ blue 118

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

Shades of Indigo #410476

Tints of Indigo #410476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 63.1%

R = 34.76%
G = 2.14%
B = 63.1%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#410476 (or 0x410476) is known color: Indigo. HEX triplet: 41, 04 and 76. RGB value is (65,4,118). Sum of RGB (Red+Green+Blue) = 65+4+118=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #410476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410476 is #BEFB89. Grayscale: #222222. Windows color (decimal): -12516234 or 7734337. OLE color: 7734337.

HSL color Cylindrical-coordinate representation of color #410476: hue angle of 272.11º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410476 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 4 118 -
CMYK 0.45 0.97 0 0.54
HSL 272.11º 0.93% 0.24% -
HSV(B) 272.11º 0.97% 0.46% -
XYZ 5.49 2.52 17.34 -
YUV 35.24 174.71 149.23 -
System Red Green Blue C M Y K H S L
Decimal 65 4 118 0.45 0.97 0 0.54 272.11 0.93 0.24
Hex 41 4 76 2D 61 0 36 110 5D 18
Octal 101 4 166 55 141 0 66 420 135 30
Binary 1000001 100 1110110 101101 1100001 0 110110 100010000 1011101 11000

Color Harmonies of #410476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410476

Black with #410476

Text Example


Text Example

White with #410476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410476; }

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

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

background-color css

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

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

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

border-color css

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

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

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