#45015F

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

Shades of Indigo #45015F

Tints of Indigo #45015F

Color information

#45015F (or 0x45015F) is unknown color: approx Indigo. HEX triplet: 45, 01 and 5F. RGB value is (69,1,95). Sum of RGB (Red+Green+Blue) = 69+1+95=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #45015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45015F is #BAFEA0. Grayscale: #1F1F1F. Windows color (decimal): -12254881 or 6226245. OLE color: 6226245.

HSL color Cylindrical-coordinate representation of color #45015F: hue angle of 283.4º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45015F is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB69195-
CMYK0.270.9900.63
HSL283.4º97.92%18.82%-
HSV(B)283.4º98.95%37.25%-
XYZ4.532.1111-
YUV32.05163.53154.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.82%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 95 (37.5% from 255) = 57.58%
R=41.82%
G=0.61%
B=57.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal691950.270.9900.63283.497.9218.82
Hex4515F1B6303F11b6213
Octal10511373314307743314223
Binary1000101110111111101111000110111111100011011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45015F; }

 p { color: rgb(69,1,95); }

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

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

 a { background-color: rgb(69,1,95); }

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

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

 span { border-color: rgb(69,1,95); }

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