Html Css Color HEX #410D6B Indigo

📋 copy color: '#410D6B'

red 65 ◦ green 13 ◦ blue 107

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

Shades of Indigo #410D6B

Tints of Indigo #410D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 57.84%

R = 35.14%
G = 7.03%
B = 57.84%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#410D6B (or 0x410D6B) is known color: Indigo. HEX triplet: 41, 0D and 6B. RGB value is (65,13,107). Sum of RGB (Red+Green+Blue) = 65+13+107=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #410D6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410D6B is #BEF294. Grayscale: #262626. Windows color (decimal): -12513941 or 7015745. OLE color: 7015745.

HSL color Cylindrical-coordinate representation of color #410D6B: hue angle of 273.19º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410D6B is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 13 107 -
CMYK 0.39 0.88 0 0.58
HSL 273.19º 0.78% 0.24% -
HSV(B) 273.19º 0.88% 0.42% -
XYZ 4.98 2.47 14.12 -
YUV 39.26 166.23 146.36 -
System Red Green Blue C M Y K H S L
Decimal 65 13 107 0.39 0.88 0 0.58 273.19 0.78 0.24
Hex 41 D 6B 27 58 0 3A 111 4E 18
Octal 101 15 153 47 130 0 72 421 116 30
Binary 1000001 1101 1101011 100111 1011000 0 111010 100010001 1001110 11000

Color Harmonies of #410D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D6B

Black with #410D6B

Text Example


Text Example

White with #410D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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