Html Css Color HEX #410596 Indigo

📋 copy color: '#410596'

red 65 ◦ green 5 ◦ blue 150

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

Shades of Indigo #410596

Tints of Indigo #410596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 68.18%

R = 29.55%
G = 2.27%
B = 68.18%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#410596 (or 0x410596) is known color: Indigo. HEX triplet: 41, 05 and 96. RGB value is (65,5,150). Sum of RGB (Red+Green+Blue) = 65+5+150=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 150 (58.98% from 255 or 68.18% from 220); Max value from RGB is 150 - color contains mainly: blue. Hex color #410596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410596 is #BEFA69. Grayscale: #262626. Windows color (decimal): -12515946 or 9831745. OLE color: 9831745.

HSL color Cylindrical-coordinate representation of color #410596: hue angle of 264.83º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410596 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 5 150 -
CMYK 0.57 0.97 0 0.41
HSL 264.83º 0.94% 0.3% -
HSV(B) 264.83º 0.97% 0.59% -
XYZ 7.74 3.43 29.11 -
YUV 39.47 190.38 146.21 -
System Red Green Blue C M Y K H S L
Decimal 65 5 150 0.57 0.97 0 0.41 264.83 0.94 0.3
Hex 41 5 96 39 61 0 29 109 5E 1E
Octal 101 5 226 71 141 0 51 411 136 36
Binary 1000001 101 10010110 111001 1100001 0 101001 100001001 1011110 11110

Color Harmonies of #410596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410596

Black with #410596

Text Example


Text Example

White with #410596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410596; }

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

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

background-color css

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

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

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

border-color css

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

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

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