Html Css Color HEX #410482 Indigo

📋 copy color: '#410482'

red 65 ◦ green 4 ◦ blue 130

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

Shades of Indigo #410482

Tints of Indigo #410482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 65.33%

R = 32.66%
G = 2.01%
B = 65.33%

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

#410482 (or 0x410482) is known color: Indigo. HEX triplet: 41, 04 and 82. RGB value is (65,4,130). Sum of RGB (Red+Green+Blue) = 65+4+130=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 130 (51.17% from 255 or 65.33% from 199); Max value from RGB is 130 - color contains mainly: blue. Hex color #410482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410482 is #BEFB7D. Grayscale: #242424. Windows color (decimal): -12516222 or 8520769. OLE color: 8520769.

HSL color Cylindrical-coordinate representation of color #410482: hue angle of 269.05º 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 #410482 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 4 130 -
CMYK 0.50 0.97 0 0.49
HSL 269.05º 0.94% 0.26% -
HSV(B) 269.05º 0.97% 0.51% -
XYZ 6.25 2.82 21.33 -
YUV 36.6 180.71 148.25 -
System Red Green Blue C M Y K H S L
Decimal 65 4 130 0.50 0.97 0 0.49 269.05 0.94 0.26
Hex 41 4 82 32 61 0 31 10D 5E 1A
Octal 101 4 202 62 141 0 61 415 136 32
Binary 1000001 100 10000010 110010 1100001 0 110001 100001101 1011110 11010

Color Harmonies of #410482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410482

Black with #410482

Text Example


Text Example

White with #410482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410482; }

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

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

background-color css

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

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

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

border-color css

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

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

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