Html Css Color HEX #410481 Indigo

📋 copy color: '#410481'

red 65 ◦ green 4 ◦ blue 129

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

Shades of Indigo #410481

Tints of Indigo #410481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 65.15%

R = 32.83%
G = 2.02%
B = 65.15%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#410481 (or 0x410481) is known color: Indigo. HEX triplet: 41, 04 and 81. RGB value is (65,4,129). Sum of RGB (Red+Green+Blue) = 65+4+129=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 129 (50.78% from 255 or 65.15% from 198); Max value from RGB is 129 - color contains mainly: blue. Hex color #410481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410481 is #BEFB7E. Grayscale: #242424. Windows color (decimal): -12516223 or 8455233. OLE color: 8455233.

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

Color convert

RGB 65 4 129 -
CMYK 0.50 0.97 0 0.49
HSL 269.28º 0.94% 0.26% -
HSV(B) 269.28º 0.97% 0.51% -
XYZ 6.19 2.8 20.98 -
YUV 36.49 180.21 148.34 -
System Red Green Blue C M Y K H S L
Decimal 65 4 129 0.50 0.97 0 0.49 269.28 0.94 0.26
Hex 41 4 81 32 61 0 31 10D 5E 1A
Octal 101 4 201 62 141 0 61 415 136 32
Binary 1000001 100 10000001 110010 1100001 0 110001 100001101 1011110 11010

Color Harmonies of #410481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410481

Black with #410481

Text Example


Text Example

White with #410481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410481; }

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

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

background-color css

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

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

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

border-color css

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

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

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