Html Css Color HEX #410DAC Indigo

📋 copy color: '#410DAC'

red 65 ◦ green 13 ◦ blue 172

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

Shades of Indigo #410DAC

Tints of Indigo #410DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 68.8%

R = 26%
G = 5.2%
B = 68.8%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#410DAC (or 0x410DAC) is known color: Indigo. HEX triplet: 41, 0D and AC. RGB value is (65,13,172). Sum of RGB (Red+Green+Blue) = 65+13+172=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #410DAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410DAC is #BEF253. Grayscale: #2E2E2E. Windows color (decimal): -12513876 or 11275585. OLE color: 11275585.

HSL color Cylindrical-coordinate representation of color #410DAC: hue angle of 259.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410DAC is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 13 172 -
CMYK 0.62 0.92 0 0.33
HSL 259.62º 0.86% 0.36% -
HSV(B) 259.62º 0.92% 0.67% -
XYZ 9.77 4.39 39.36 -
YUV 46.67 198.73 141.07 -
System Red Green Blue C M Y K H S L
Decimal 65 13 172 0.62 0.92 0 0.33 259.62 0.86 0.36
Hex 41 D AC 3E 5C 0 21 104 56 24
Octal 101 15 254 76 134 0 41 404 126 44
Binary 1000001 1101 10101100 111110 1011100 0 100001 100000100 1010110 100100

Color Harmonies of #410DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410DAC

Black with #410DAC

Text Example


Text Example

White with #410DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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