Html Css Color HEX #410086 Indigo

📋 copy color: '#410086'

red 65 ◦ green 0 ◦ blue 134

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

Shades of Indigo #410086

Tints of Indigo #410086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 134 (52.73% from 255) = 67.34%

R = 32.66%
G = 0%
B = 67.34%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#410086 (or 0x410086) is known color: Indigo. HEX triplet: 41, 00 and 86. RGB value is (65,0,134). Sum of RGB (Red+Green+Blue) = 65+0+134=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 134 (52.73% from 255 or 67.34% from 199); Max value from RGB is 134 - color contains mainly: blue. Hex color #410086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410086 is #BEFF79. Grayscale: #222222. Windows color (decimal): -12517242 or 8781889. OLE color: 8781889.

HSL color Cylindrical-coordinate representation of color #410086: hue angle of 269.1º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410086 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 0 134 -
CMYK 0.51 1 0 0.47
HSL 269.1º 1% 0.26% -
HSV(B) 269.1º 1% 0.53% -
XYZ 6.48 2.85 22.76 -
YUV 34.71 184.03 149.6 -
System Red Green Blue C M Y K H S L
Decimal 65 0 134 0.51 1 0 0.47 269.1 1 0.26
Hex 41 0 86 33 64 0 2F 10D 64 1A
Octal 101 0 206 63 144 0 57 415 144 32
Binary 1000001 0 10000110 110011 1100100 0 101111 100001101 1100100 11010

Color Harmonies of #410086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410086

Black with #410086

Text Example


Text Example

White with #410086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410086; }

 p { color: rgb(65,0,134); }

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

background-color css

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

 a { background-color: rgb(65,0,134); }

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

border-color css

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

 span { border-color: rgb(65,0,134); }

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