Html Css Color HEX #410181 Indigo

📋 copy color: '#410181'

red 65 ◦ green 1 ◦ blue 129

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

Shades of Indigo #410181

Tints of Indigo #410181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 66.15%

R = 33.33%
G = 0.51%
B = 66.15%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#410181 (or 0x410181) is known color: Indigo. HEX triplet: 41, 01 and 81. RGB value is (65,1,129). Sum of RGB (Red+Green+Blue) = 65+1+129=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 129 (50.78% from 255 or 66.15% from 195); Max value from RGB is 129 - color contains mainly: blue. Hex color #410181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410181 is #BEFE7E. Grayscale: #222222. Windows color (decimal): -12516991 or 8454465. OLE color: 8454465.

HSL color Cylindrical-coordinate representation of color #410181: hue angle of 270º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410181 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 1 129 -
CMYK 0.50 0.99 0 0.49
HSL 270º 0.98% 0.25% -
HSV(B) 270º 0.99% 0.51% -
XYZ 6.15 2.73 20.97 -
YUV 34.73 181.2 149.59 -
System Red Green Blue C M Y K H S L
Decimal 65 1 129 0.50 0.99 0 0.49 270 0.98 0.25
Hex 41 1 81 32 63 0 31 10E 62 19
Octal 101 1 201 62 143 0 61 416 142 31
Binary 1000001 1 10000001 110010 1100011 0 110001 100001110 1100010 11001

Color Harmonies of #410181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410181

Black with #410181

Text Example


Text Example

White with #410181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410181; }

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

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

background-color css

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

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

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

border-color css

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

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

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