#45026D

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

Shades of Indigo #45026D

Tints of Indigo #45026D

Color information

#45026D (or 0x45026D) is unknown color: approx Indigo. HEX triplet: 45, 02 and 6D. RGB value is (69,2,109). Sum of RGB (Red+Green+Blue) = 69+2+109=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 109 (42.97% from 255 or 60.56% from 180); Max value from RGB is 109 - color contains mainly: blue. Hex color #45026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45026D is #BAFD92. Grayscale: #212121. Windows color (decimal): -12254611 or 7144005. OLE color: 7144005.

HSL color Cylindrical-coordinate representation of color #45026D: hue angle of 277.57º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #45026D is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB692109-
CMYK0.370.9800.57
HSL277.57º96.4%21.76%-
HSV(B)277.57º98.17%42.75%-
XYZ5.242.4114.66-
YUV34.23170.2152.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.33%
GREEN value IS 2 (1.17% from 255) = 1.11%
BLUE value IS 109 (42.97% from 255) = 60.56%
R=38.33%
G=1.11%
B=60.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6921090.370.9800.57277.5796.421.76
Hex4526D25620391166016
Octal10521554514207142614026
Binary100010110110110110010111000100111001100010110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,2,109); }

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

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

 a { background-color: rgb(69,2,109); }

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

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

 span { border-color: rgb(69,2,109); }

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