#450F6E

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

Shades of Indigo #450F6E

Tints of Indigo #450F6E

Color information

#450F6E (or 0x450F6E) is unknown color: approx Indigo. HEX triplet: 45, 0F and 6E. RGB value is (69,15,110). Sum of RGB (Red+Green+Blue) = 69+15+110=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #450F6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450F6E is #BAF091. Grayscale: #292929. Windows color (decimal): -12251282 or 7212869. OLE color: 7212869.

HSL color Cylindrical-coordinate representation of color #450F6E: hue angle of 274.11º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #450F6E is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6915110-
CMYK0.370.8600.57
HSL274.11º76%24.51%-
HSV(B)274.11º86.36%43.14%-
XYZ5.442.7314.99-
YUV41.98166.39147.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 15 (6.25% from 255) = 7.73%
BLUE value IS 110 (43.36% from 255) = 56.70%
R=35.57%
G=7.73%
B=56.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69151100.370.8600.57274.117624.51
Hex45F6E25560391124c19
Octal105171564512607142211431
Binary10001011111110111010010110101100111001100010010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450F6E; }

 p { color: rgb(69,15,110); }

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

<style>
 a { background-color: #450F6E; }

 a { background-color: rgb(69,15,110); }

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

<style>
 span { border-color: #450F6E; }

 span { border-color: rgb(69,15,110); }

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