#45068E

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

Shades of Indigo #45068E

Tints of Indigo #45068E

Color information

#45068E (or 0x45068E) is unknown color: approx Indigo. HEX triplet: 45, 06 and 8E. RGB value is (69,6,142). Sum of RGB (Red+Green+Blue) = 69+6+142=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 142 (55.86% from 255 or 65.44% from 217); Max value from RGB is 142 - color contains mainly: blue. Hex color #45068E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45068E is #BAF971. Grayscale: #272727. Windows color (decimal): -12253554 or 9307717. OLE color: 9307717.

HSL color Cylindrical-coordinate representation of color #45068E: hue angle of 267.79º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45068E is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB696142-
CMYK0.510.9600.44
HSL267.79º91.89%29.02%-
HSV(B)267.79º95.77%55.69%-
XYZ7.43.3525.85-
YUV40.34185.37148.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.80%
GREEN value IS 6 (2.73% from 255) = 2.76%
BLUE value IS 142 (55.86% from 255) = 65.44%
R=31.80%
G=2.76%
B=65.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6961420.510.9600.44267.7991.8929.02
Hex4568E336002C10c5c1d
Octal10562166314005441413435
Binary10001011101000111011001111000000101100100001100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45068E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45068E; }

 p { color: rgb(69,6,142); }

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

<style>
 a { background-color: #45068E; }

 a { background-color: rgb(69,6,142); }

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

<style>
 span { border-color: #45068E; }

 span { border-color: rgb(69,6,142); }

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