#41027D

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

Shades of Indigo #41027D

Tints of Indigo #41027D

Color information

#41027D (or 0x41027D) is unknown color: approx Indigo. HEX triplet: 41, 02 and 7D. RGB value is (65,2,125). Sum of RGB (Red+Green+Blue) = 65+2+125=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #41027D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41027D is #BEFD82. Grayscale: #222222. Windows color (decimal): -12516739 or 8192577. OLE color: 8192577.

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

Color convert

RGB652125-
CMYK0.480.9800.51
HSL270.73º96.85%24.9%-
HSV(B)270.73º98.4%49.02%-
XYZ5.92.6519.6-
YUV34.86178.87149.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.85%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 125 (49.22% from 255) = 65.10%
R=33.85%
G=1.04%
B=65.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6521250.480.9800.51270.7396.8524.9
Hex4127D306203310f6119
Octal10121756014206341714131
Binary100000110111110111000011000100110011100001111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41027D; }

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

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

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

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

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

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

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

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