Html Css Color HEX #410D8B Indigo

📋 copy color: '#410D8B'

red 65 ◦ green 13 ◦ blue 139

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

Shades of Indigo #410D8B

Tints of Indigo #410D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 64.06%

R = 29.95%
G = 5.99%
B = 64.06%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#410D8B (or 0x410D8B) is known color: Indigo. HEX triplet: 41, 0D and 8B. RGB value is (65,13,139). Sum of RGB (Red+Green+Blue) = 65+13+139=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #410D8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410D8B is #BEF274. Grayscale: #2A2A2A. Windows color (decimal): -12513909 or 9112897. OLE color: 9112897.

HSL color Cylindrical-coordinate representation of color #410D8B: hue angle of 264.76º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410D8B is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 13 139 -
CMYK 0.53 0.91 0 0.45
HSL 264.76º 0.83% 0.3% -
HSV(B) 264.76º 0.91% 0.55% -
XYZ 6.98 3.28 24.69 -
YUV 42.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 65 13 139 0.53 0.91 0 0.45 264.76 0.83 0.3
Hex 41 D 8B 35 5B 0 2D 109 53 1E
Octal 101 15 213 65 133 0 55 411 123 36
Binary 1000001 1101 10001011 110101 1011011 0 101101 100001001 1010011 11110

Color Harmonies of #410D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D8B

Black with #410D8B

Text Example


Text Example

White with #410D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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