Html Css Color HEX #410080 Indigo

📋 copy color: '#410080'

red 65 ◦ green 0 ◦ blue 128

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

Shades of Indigo #410080

Tints of Indigo #410080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.68%
G = 0%
B = 66.32%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#410080 (or 0x410080) is known color: Indigo. HEX triplet: 41, 00 and 80. RGB value is (65,0,128). Sum of RGB (Red+Green+Blue) = 65+0+128=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 128 (50.39% from 255 or 66.32% from 193); Max value from RGB is 128 - color contains mainly: blue. Hex color #410080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410080 is #BEFF7F. Grayscale: #212121. Windows color (decimal): -12517248 or 8388673. OLE color: 8388673.

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

Color convert

RGB 65 0 128 -
CMYK 0.49 1 0 0.50
HSL 270.47º 1% 0.25% -
HSV(B) 270.47º 1% 0.5% -
XYZ 6.08 2.68 20.62 -
YUV 34.03 181.03 150.09 -
System Red Green Blue C M Y K H S L
Decimal 65 0 128 0.49 1 0 0.50 270.47 1 0.25
Hex 41 0 80 31 64 0 32 10E 64 19
Octal 101 0 200 61 144 0 62 416 144 31
Binary 1000001 0 10000000 110001 1100100 0 110010 100001110 1100100 11001

Color Harmonies of #410080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410080

Black with #410080

Text Example


Text Example

White with #410080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410080; }

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

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

background-color css

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

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

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

border-color css

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

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

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