#45006B

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

Shades of Indigo #45006B

Tints of Indigo #45006B

Color information

#45006B (or 0x45006B) is unknown color: approx Indigo. HEX triplet: 45, 00 and 6B. RGB value is (69,0,107). Sum of RGB (Red+Green+Blue) = 69+0+107=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 107 (42.19% from 255 or 60.80% from 176); Max value from RGB is 107 - color contains mainly: blue. Hex color #45006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45006B is #BAFF94. Grayscale: #202020. Windows color (decimal): -12255125 or 7012421. OLE color: 7012421.

HSL color Cylindrical-coordinate representation of color #45006B: hue angle of 278.69º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45006B is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB690107-
CMYK0.36100.58
HSL278.69º100%20.98%-
HSV(B)278.69º100%41.96%-
XYZ5.112.3314.09-
YUV32.83169.86153.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 60.80%
R=39.20%
G=0%
B=60.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6901070.36100.58278.6910020.98
Hex4506B246403A1176415
Octal10501534414407242714425
Binary10001010110101110010011001000111010100010111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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