#45006F

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

Shades of Indigo #45006F

Tints of Indigo #45006F

Color information

#45006F (or 0x45006F) is unknown color: approx Indigo. HEX triplet: 45, 00 and 6F. RGB value is (69,0,111). Sum of RGB (Red+Green+Blue) = 69+0+111=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #45006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45006F is #BAFF90. Grayscale: #202020. Windows color (decimal): -12255121 or 7274565. OLE color: 7274565.

HSL color Cylindrical-coordinate representation of color #45006F: hue angle of 277.3º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45006F is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB690111-
CMYK0.38100.56
HSL277.3º100%21.76%-
HSV(B)277.3º100%43.53%-
XYZ5.322.4115.22-
YUV33.28171.86153.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 61.67%
R=38.33%
G=0%
B=61.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6901110.38100.56277.310021.76
Hex4506F26640381156416
Octal10501574614407042514426
Binary10001010110111110011011001000111000100010101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,0,111); }

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

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

 a { background-color: rgb(69,0,111); }

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

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

 span { border-color: rgb(69,0,111); }

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