Html Css Color HEX #410E73 Indigo

📋 copy color: '#410E73'

red 65 ◦ green 14 ◦ blue 115

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

Shades of Indigo #410E73

Tints of Indigo #410E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 59.28%

R = 33.51%
G = 7.22%
B = 59.28%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#410E73 (or 0x410E73) is known color: Indigo. HEX triplet: 41, 0E and 73. RGB value is (65,14,115). Sum of RGB (Red+Green+Blue) = 65+14+115=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #410E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410E73 is #BEF18C. Grayscale: #282828. Windows color (decimal): -12513677 or 7540289. OLE color: 7540289.

HSL color Cylindrical-coordinate representation of color #410E73: hue angle of 270.3º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410E73 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 14 115 -
CMYK 0.43 0.88 0 0.55
HSL 270.3º 0.78% 0.25% -
HSV(B) 270.3º 0.88% 0.45% -
XYZ 5.43 2.68 16.45 -
YUV 40.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 65 14 115 0.43 0.88 0 0.55 270.3 0.78 0.25
Hex 41 E 73 2B 58 0 37 10E 4E 19
Octal 101 16 163 53 130 0 67 416 116 31
Binary 1000001 1110 1110011 101011 1011000 0 110111 100001110 1001110 11001

Color Harmonies of #410E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410E73

Black with #410E73

Text Example


Text Example

White with #410E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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