#41026C

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

Shades of Indigo #41026C

Tints of Indigo #41026C

Color information

#41026C (or 0x41026C) is unknown color: approx Indigo. HEX triplet: 41, 02 and 6C. RGB value is (65,2,108). Sum of RGB (Red+Green+Blue) = 65+2+108=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #41026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41026C is #BEFD93. Grayscale: #202020. Windows color (decimal): -12516756 or 7078465. OLE color: 7078465.

HSL color Cylindrical-coordinate representation of color #41026C: hue angle of 275.66º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41026C is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB652108-
CMYK0.400.9800.58
HSL275.66º96.36%21.57%-
HSV(B)275.66º98.15%42.35%-
XYZ4.912.2514.36-
YUV32.92170.37150.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.14%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 108 (42.58% from 255) = 61.71%
R=37.14%
G=1.14%
B=61.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6521080.400.9800.58275.6696.3621.57
Hex4126C286203A1146016
Octal10121545014207242414026
Binary100000110110110010100011000100111010100010100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41026C; }

 p { color: rgb(65,2,108); }

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

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

 a { background-color: rgb(65,2,108); }

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

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

 span { border-color: rgb(65,2,108); }

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