Html Css Color HEX #410477 Indigo

📋 copy color: '#410477'

red 65 ◦ green 4 ◦ blue 119

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

Shades of Indigo #410477

Tints of Indigo #410477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 63.3%

R = 34.57%
G = 2.13%
B = 63.3%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#410477 (or 0x410477) is known color: Indigo. HEX triplet: 41, 04 and 77. RGB value is (65,4,119). Sum of RGB (Red+Green+Blue) = 65+4+119=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 119 (46.88% from 255 or 63.30% from 188); Max value from RGB is 119 - color contains mainly: blue. Hex color #410477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410477 is #BEFB88. Grayscale: #222222. Windows color (decimal): -12516233 or 7799873. OLE color: 7799873.

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

Color convert

RGB 65 4 119 -
CMYK 0.45 0.97 0 0.53
HSL 271.83º 0.93% 0.24% -
HSV(B) 271.83º 0.97% 0.47% -
XYZ 5.55 2.54 17.65 -
YUV 35.35 175.21 149.15 -
System Red Green Blue C M Y K H S L
Decimal 65 4 119 0.45 0.97 0 0.53 271.83 0.93 0.24
Hex 41 4 77 2D 61 0 35 110 5D 18
Octal 101 4 167 55 141 0 65 420 135 30
Binary 1000001 100 1110111 101101 1100001 0 110101 100010000 1011101 11000

Color Harmonies of #410477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410477

Black with #410477

Text Example


Text Example

White with #410477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410477; }

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

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

background-color css

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

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

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

border-color css

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

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

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