Html Css Color HEX #410580 Indigo

📋 copy color: '#410580'

red 65 ◦ green 5 ◦ blue 128

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

Shades of Indigo #410580

Tints of Indigo #410580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

 BLUE value IS 128 (50.39% from 255) = 64.65%

R = 32.83%
G = 2.53%
B = 64.65%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#410580 (or 0x410580) is known color: Indigo. HEX triplet: 41, 05 and 80. RGB value is (65,5,128). Sum of RGB (Red+Green+Blue) = 65+5+128=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 128 (50.39% from 255 or 64.65% from 198); Max value from RGB is 128 - color contains mainly: blue. Hex color #410580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410580 is #BEFA7F. Grayscale: #242424. Windows color (decimal): -12515968 or 8389953. OLE color: 8389953.

HSL color Cylindrical-coordinate representation of color #410580: hue angle of 269.27º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410580 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 5 128 -
CMYK 0.49 0.96 0 0.50
HSL 269.27º 0.92% 0.26% -
HSV(B) 269.27º 0.96% 0.5% -
XYZ 6.13 2.79 20.64 -
YUV 36.96 179.38 148 -
System Red Green Blue C M Y K H S L
Decimal 65 5 128 0.49 0.96 0 0.50 269.27 0.92 0.26
Hex 41 5 80 31 60 0 32 10D 5C 1A
Octal 101 5 200 61 140 0 62 415 134 32
Binary 1000001 101 10000000 110001 1100000 0 110010 100001101 1011100 11010

Color Harmonies of #410580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410580

Black with #410580

Text Example


Text Example

White with #410580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410580; }

 p { color: rgb(65,5,128); }

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

background-color css

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

 a { background-color: rgb(65,5,128); }

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

border-color css

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

 span { border-color: rgb(65,5,128); }

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