#45017F

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

Shades of Indigo #45017F

Tints of Indigo #45017F

Color information

#45017F (or 0x45017F) is unknown color: approx Indigo. HEX triplet: 45, 01 and 7F. RGB value is (69,1,127). Sum of RGB (Red+Green+Blue) = 69+1+127=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #45017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45017F is #BAFE80. Grayscale: #232323. Windows color (decimal): -12254849 or 8323397. OLE color: 8323397.

HSL color Cylindrical-coordinate representation of color #45017F: hue angle of 272.38º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45017F is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB691127-
CMYK0.460.9900.50
HSL272.38º98.44%25.1%-
HSV(B)272.38º99.21%49.8%-
XYZ6.32.8220.29-
YUV35.7179.53151.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.03%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 127 (50% from 255) = 64.47%
R=35.03%
G=0.51%
B=64.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6911270.460.9900.50272.3898.4425.1
Hex4517F2E630321106219
Octal10511775614306242014231
Binary10001011111111110111011000110110010100010000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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