Html Css Color HEX #410286 Indigo

📋 copy color: '#410286'

red 65 ◦ green 2 ◦ blue 134

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

Shades of Indigo #410286

Tints of Indigo #410286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 32.34%
G = 1%
B = 66.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

#410286 (or 0x410286) is known color: Indigo. HEX triplet: 41, 02 and 86. RGB value is (65,2,134). Sum of RGB (Red+Green+Blue) = 65+2+134=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 134 (52.73% from 255 or 66.67% from 201); Max value from RGB is 134 - color contains mainly: blue. Hex color #410286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410286 is #BEFD79. Grayscale: #232323. Windows color (decimal): -12516730 or 8782401. OLE color: 8782401.

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

Color convert

RGB 65 2 134 -
CMYK 0.51 0.99 0 0.47
HSL 268.64º 0.97% 0.27% -
HSV(B) 268.64º 0.99% 0.53% -
XYZ 6.5 2.89 22.77 -
YUV 35.89 183.37 148.77 -
System Red Green Blue C M Y K H S L
Decimal 65 2 134 0.51 0.99 0 0.47 268.64 0.97 0.27
Hex 41 2 86 33 63 0 2F 10D 61 1B
Octal 101 2 206 63 143 0 57 415 141 33
Binary 1000001 10 10000110 110011 1100011 0 101111 100001101 1100001 11011

Color Harmonies of #410286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410286

Black with #410286

Text Example


Text Example

White with #410286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410286; }

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

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

background-color css

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

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

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

border-color css

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

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

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