Html Css Color HEX #410D7D Indigo

📋 copy color: '#410D7D'

red 65 ◦ green 13 ◦ blue 125

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

Shades of Indigo #410D7D

Tints of Indigo #410D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 61.58%

R = 32.02%
G = 6.4%
B = 61.58%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#410D7D (or 0x410D7D) is known color: Indigo. HEX triplet: 41, 0D and 7D. RGB value is (65,13,125). Sum of RGB (Red+Green+Blue) = 65+13+125=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #410D7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410D7D is #BEF282. Grayscale: #282828. Windows color (decimal): -12513923 or 8195393. OLE color: 8195393.

HSL color Cylindrical-coordinate representation of color #410D7D: hue angle of 267.86º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #410D7D is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 13 125 -
CMYK 0.48 0.90 0 0.51
HSL 267.86º 0.81% 0.27% -
HSV(B) 267.86º 0.9% 0.49% -
XYZ 6.03 2.89 19.64 -
YUV 41.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 65 13 125 0.48 0.90 0 0.51 267.86 0.81 0.27
Hex 41 D 7D 30 5A 0 33 10C 51 1B
Octal 101 15 175 60 132 0 63 414 121 33
Binary 1000001 1101 1111101 110000 1011010 0 110011 100001100 1010001 11011

Color Harmonies of #410D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D7D

Black with #410D7D

Text Example


Text Example

White with #410D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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