Html Css Color HEX #410166 Indigo

📋 copy color: '#410166'

red 65 ◦ green 1 ◦ blue 102

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

Shades of Indigo #410166

Tints of Indigo #410166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 60.71%

R = 38.69%
G = 0.6%
B = 60.71%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#410166 (or 0x410166) is known color: Indigo. HEX triplet: 41, 01 and 66. RGB value is (65,1,102). Sum of RGB (Red+Green+Blue) = 65+1+102=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #410166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410166 is #BEFE99. Grayscale: #1F1F1F. Windows color (decimal): -12517018 or 6684993. OLE color: 6684993.

HSL color Cylindrical-coordinate representation of color #410166: hue angle of 278.02º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410166 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 65 1 102 -
CMYK 0.36 0.99 0 0.6
HSL 278.02º 0.98% 0.2% -
HSV(B) 278.02º 0.99% 0.4% -
XYZ 4.59 2.1 12.73 -
YUV 31.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 65 1 102 0.36 0.99 0 0.6 278.02 0.98 0.2
Hex 41 1 66 24 63 0 3C 116 62 14
Octal 101 1 146 44 143 0 74 426 142 24
Binary 1000001 1 1100110 100100 1100011 0 111100 100010110 1100010 10100

Color Harmonies of #410166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410166

Black with #410166

Text Example


Text Example

White with #410166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410166; }

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

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

background-color css

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

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

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

border-color css

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

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

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