Html Css Color HEX #410186 Indigo

📋 copy color: '#410186'

red 65 ◦ green 1 ◦ blue 134

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

Shades of Indigo #410186

Tints of Indigo #410186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 32.5%
G = 0.5%
B = 67%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#410186 (or 0x410186) is known color: Indigo. HEX triplet: 41, 01 and 86. RGB value is (65,1,134). Sum of RGB (Red+Green+Blue) = 65+1+134=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 134 (52.73% from 255 or 67% from 200); Max value from RGB is 134 - color contains mainly: blue. Hex color #410186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410186 is #BEFE79. Grayscale: #222222. Windows color (decimal): -12516986 or 8782145. OLE color: 8782145.

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

Color convert

RGB 65 1 134 -
CMYK 0.51 0.99 0 0.47
HSL 268.87º 0.99% 0.26% -
HSV(B) 268.87º 0.99% 0.53% -
XYZ 6.49 2.87 22.77 -
YUV 35.3 183.7 149.19 -
System Red Green Blue C M Y K H S L
Decimal 65 1 134 0.51 0.99 0 0.47 268.87 0.99 0.26
Hex 41 1 86 33 63 0 2F 10D 63 1A
Octal 101 1 206 63 143 0 57 415 143 32
Binary 1000001 1 10000110 110011 1100011 0 101111 100001101 1100011 11010

Color Harmonies of #410186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410186

Black with #410186

Text Example


Text Example

White with #410186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410186; }

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

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

background-color css

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

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

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

border-color css

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

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

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