Html Css Color HEX #410180 Indigo

📋 copy color: '#410180'

red 65 ◦ green 1 ◦ blue 128

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

Shades of Indigo #410180

Tints of Indigo #410180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 65.98%

R = 33.51%
G = 0.52%
B = 65.98%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#410180 (or 0x410180) is known color: Indigo. HEX triplet: 41, 01 and 80. RGB value is (65,1,128). Sum of RGB (Red+Green+Blue) = 65+1+128=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 128 (50.39% from 255 or 65.98% from 194); Max value from RGB is 128 - color contains mainly: blue. Hex color #410180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410180 is #BEFE7F. Grayscale: #222222. Windows color (decimal): -12516992 or 8388929. OLE color: 8388929.

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

Color convert

RGB 65 1 128 -
CMYK 0.49 0.99 0 0.50
HSL 270.24º 0.98% 0.25% -
HSV(B) 270.24º 0.99% 0.5% -
XYZ 6.09 2.7 20.62 -
YUV 34.61 180.7 149.67 -
System Red Green Blue C M Y K H S L
Decimal 65 1 128 0.49 0.99 0 0.50 270.24 0.98 0.25
Hex 41 1 80 31 63 0 32 10E 62 19
Octal 101 1 200 61 143 0 62 416 142 31
Binary 1000001 1 10000000 110001 1100011 0 110010 100001110 1100010 11001

Color Harmonies of #410180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410180

Black with #410180

Text Example


Text Example

White with #410180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410180; }

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

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

background-color css

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

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

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

border-color css

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

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

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