Html Css Color HEX #410E95 Indigo

📋 copy color: '#410E95'

red 65 ◦ green 14 ◦ blue 149

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

Shades of Indigo #410E95

Tints of Indigo #410E95

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.14%

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

R = 28.51%
G = 6.14%
B = 65.35%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#410E95 (or 0x410E95) is known color: Indigo. HEX triplet: 41, 0E and 95. RGB value is (65,14,149). Sum of RGB (Red+Green+Blue) = 65+14+149=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #410E95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410E95 is #BEF16A. Grayscale: #2C2C2C. Windows color (decimal): -12513643 or 9768513. OLE color: 9768513.

HSL color Cylindrical-coordinate representation of color #410E95: hue angle of 262.67º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410E95 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 14 149 -
CMYK 0.56 0.91 0 0.42
HSL 262.67º 0.83% 0.32% -
HSV(B) 262.67º 0.91% 0.58% -
XYZ 7.76 3.61 28.72 -
YUV 44.64 186.9 142.52 -
System Red Green Blue C M Y K H S L
Decimal 65 14 149 0.56 0.91 0 0.42 262.67 0.83 0.32
Hex 41 E 95 38 5B 0 2A 107 53 20
Octal 101 16 225 70 133 0 52 407 123 40
Binary 1000001 1110 10010101 111000 1011011 0 101010 100000111 1010011 100000

Color Harmonies of #410E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410E95

Black with #410E95

Text Example


Text Example

White with #410E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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