Html Css Color HEX #410595 Indigo

📋 copy color: '#410595'

red 65 ◦ green 5 ◦ blue 149

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

Shades of Indigo #410595

Tints of Indigo #410595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 68.04%

R = 29.68%
G = 2.28%
B = 68.04%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#410595 (or 0x410595) is known color: Indigo. HEX triplet: 41, 05 and 95. RGB value is (65,5,149). Sum of RGB (Red+Green+Blue) = 65+5+149=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #410595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410595 is #BEFA6A. Grayscale: #262626. Windows color (decimal): -12515947 or 9766209. OLE color: 9766209.

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

Color convert

RGB 65 5 149 -
CMYK 0.56 0.97 0 0.42
HSL 265º 0.94% 0.3% -
HSV(B) 265º 0.97% 0.58% -
XYZ 7.66 3.4 28.69 -
YUV 39.36 189.88 146.29 -
System Red Green Blue C M Y K H S L
Decimal 65 5 149 0.56 0.97 0 0.42 265 0.94 0.3
Hex 41 5 95 38 61 0 2A 109 5E 1E
Octal 101 5 225 70 141 0 52 411 136 36
Binary 1000001 101 10010101 111000 1100001 0 101010 100001001 1011110 11110

Color Harmonies of #410595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410595

Black with #410595

Text Example


Text Example

White with #410595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410595; }

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

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

background-color css

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

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

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

border-color css

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

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

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