Html Css Color HEX #410176 Indigo

📋 copy color: '#410176'

red 65 ◦ green 1 ◦ blue 118

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

Shades of Indigo #410176

Tints of Indigo #410176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 64.13%

R = 35.33%
G = 0.54%
B = 64.13%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#410176 (or 0x410176) is known color: Indigo. HEX triplet: 41, 01 and 76. RGB value is (65,1,118). Sum of RGB (Red+Green+Blue) = 65+1+118=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #410176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410176 is #BEFE89. Grayscale: #212121. Windows color (decimal): -12517002 or 7733569. OLE color: 7733569.

HSL color Cylindrical-coordinate representation of color #410176: hue angle of 272.82º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410176 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 1 118 -
CMYK 0.45 0.99 0 0.54
HSL 272.82º 0.98% 0.23% -
HSV(B) 272.82º 0.99% 0.46% -
XYZ 5.46 2.45 17.33 -
YUV 33.47 175.7 150.49 -
System Red Green Blue C M Y K H S L
Decimal 65 1 118 0.45 0.99 0 0.54 272.82 0.98 0.23
Hex 41 1 76 2D 63 0 36 111 62 17
Octal 101 1 166 55 143 0 66 421 142 27
Binary 1000001 1 1110110 101101 1100011 0 110110 100010001 1100010 10111

Color Harmonies of #410176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410176

Black with #410176

Text Example


Text Example

White with #410176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410176; }

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

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

background-color css

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

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

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

border-color css

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

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

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