#41015A

Color #41015A Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #41015A

Tints of Indigo #41015A

Color information

#41015A (or 0x41015A) is unknown color: approx Indigo. HEX triplet: 41, 01 and 5A. RGB value is (65,1,90). Sum of RGB (Red+Green+Blue) = 65+1+90=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #41015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41015A is #BEFEA5. Grayscale: #1D1D1D. Windows color (decimal): -12517030 or 5898561. OLE color: 5898561.

HSL color Cylindrical-coordinate representation of color #41015A: hue angle of 283.15º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41015A is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB65190-
CMYK0.280.9900.65
HSL283.15º97.8%17.84%-
HSV(B)283.15º98.89%35.29%-
XYZ4.041.889.82-
YUV30.28161.7152.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 90 (35.55% from 255) = 57.69%
R=41.67%
G=0.64%
B=57.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal651900.280.9900.65283.1597.817.84
Hex4115A1C6304111b6212
Octal101113234143010143314222
Binary10000011101101011100110001101000001100011011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41015A; }

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

 H1.HeaderClassName
 {
   color: #41015A;
 }
 .AnyTagClassName
 {
   color: #41015A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #41015A;
 }
 .BgClassName
 {
   background-color: #41015A;
 }
</style>
border-color css

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

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

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