Html Css Color HEX #410160 Indigo

📋 copy color: '#410160'

red 65 ◦ green 1 ◦ blue 96

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

Shades of Indigo #410160

Tints of Indigo #410160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 96 (37.89% from 255) = 59.26%

R = 40.12%
G = 0.62%
B = 59.26%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#410160 (or 0x410160) is known color: Indigo. HEX triplet: 41, 01 and 60. RGB value is (65,1,96). Sum of RGB (Red+Green+Blue) = 65+1+96=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #410160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410160 is #BEFE9F. Grayscale: #1E1E1E. Windows color (decimal): -12517024 or 6291777. OLE color: 6291777.

HSL color Cylindrical-coordinate representation of color #410160: hue angle of 280.42º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410160 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 1 96 -
CMYK 0.32 0.99 0 0.62
HSL 280.42º 0.98% 0.19% -
HSV(B) 280.42º 0.99% 0.38% -
XYZ 4.3 1.99 11.22 -
YUV 30.97 164.7 152.28 -
System Red Green Blue C M Y K H S L
Decimal 65 1 96 0.32 0.99 0 0.62 280.42 0.98 0.19
Hex 41 1 60 20 63 0 3E 118 62 13
Octal 101 1 140 40 143 0 76 430 142 23
Binary 1000001 1 1100000 100000 1100011 0 111110 100011000 1100010 10011

Color Harmonies of #410160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410160

Black with #410160

Text Example


Text Example

White with #410160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410160; }

 p { color: rgb(65,1,96); }

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

background-color css

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

 a { background-color: rgb(65,1,96); }

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

border-color css

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

 span { border-color: rgb(65,1,96); }

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