Html Css Color HEX #410495 Indigo

📋 copy color: '#410495'

red 65 ◦ green 4 ◦ blue 149

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

Shades of Indigo #410495

Tints of Indigo #410495

RGB

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

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

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

R = 29.82%
G = 1.83%
B = 68.35%

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

#410495 (or 0x410495) is known color: Indigo. HEX triplet: 41, 04 and 95. RGB value is (65,4,149). Sum of RGB (Red+Green+Blue) = 65+4+149=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #410495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410495 is #BEFB6A. Grayscale: #262626. Windows color (decimal): -12516203 or 9765953. OLE color: 9765953.

HSL color Cylindrical-coordinate representation of color #410495: hue angle of 265.24º degrees, saturation: 0.95, 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 #410495 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 4 149 -
CMYK 0.56 0.97 0 0.42
HSL 265.24º 0.95% 0.3% -
HSV(B) 265.24º 0.97% 0.58% -
XYZ 7.65 3.38 28.68 -
YUV 38.77 190.21 146.71 -
System Red Green Blue C M Y K H S L
Decimal 65 4 149 0.56 0.97 0 0.42 265.24 0.95 0.3
Hex 41 4 95 38 61 0 2A 109 5F 1E
Octal 101 4 225 70 141 0 52 411 137 36
Binary 1000001 100 10010101 111000 1100001 0 101010 100001001 1011111 11110

Color Harmonies of #410495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410495

Black with #410495

Text Example


Text Example

White with #410495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410495; }

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

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

background-color css

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

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

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

border-color css

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

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

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