Html Css Color HEX #410DAE Indigo

📋 copy color: '#410DAE'

red 65 ◦ green 13 ◦ blue 174

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

Shades of Indigo #410DAE

Tints of Indigo #410DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.16%

 BLUE value IS 174 (68.36% from 255) = 69.05%

R = 25.79%
G = 5.16%
B = 69.05%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#410DAE (or 0x410DAE) is known color: Indigo. HEX triplet: 41, 0D and AE. RGB value is (65,13,174). Sum of RGB (Red+Green+Blue) = 65+13+174=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 174 (68.36% from 255 or 69.05% from 252); Max value from RGB is 174 - color contains mainly: blue. Hex color #410DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410DAE is #BEF251. Grayscale: #2E2E2E. Windows color (decimal): -12513874 or 11406657. OLE color: 11406657.

HSL color Cylindrical-coordinate representation of color #410DAE: hue angle of 259.38º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410DAE is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 13 174 -
CMYK 0.63 0.93 0 0.32
HSL 259.38º 0.86% 0.37% -
HSV(B) 259.38º 0.93% 0.68% -
XYZ 9.96 4.47 40.38 -
YUV 46.9 199.73 140.91 -
System Red Green Blue C M Y K H S L
Decimal 65 13 174 0.63 0.93 0 0.32 259.38 0.86 0.37
Hex 41 D AE 3F 5D 0 20 103 56 25
Octal 101 15 256 77 135 0 40 403 126 45
Binary 1000001 1101 10101110 111111 1011101 0 100000 100000011 1010110 100101

Color Harmonies of #410DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410DAE

Black with #410DAE

Text Example


Text Example

White with #410DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,13,174); }

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

background-color css

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

 a { background-color: rgb(65,13,174); }

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

border-color css

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

 span { border-color: rgb(65,13,174); }

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