#45009E

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

Shades of Indigo #45009E

Tints of Indigo #45009E

Color information

#45009E (or 0x45009E) is unknown color: approx Indigo. HEX triplet: 45, 00 and 9E. RGB value is (69,0,158). Sum of RGB (Red+Green+Blue) = 69+0+158=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #45009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45009E is #BAFF61. Grayscale: #262626. Windows color (decimal): -12255074 or 10354757. OLE color: 10354757.

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

Color convert

RGB690158-
CMYK0.56100.38
HSL266.2º100%30.98%-
HSV(B)266.2º100%61.96%-
XYZ8.633.7332.61-
YUV38.64195.36149.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 158 (62.11% from 255) = 69.60%
R=30.40%
G=0%
B=69.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6901580.56100.38266.210030.98
Hex4509E386402610a641f
Octal10502367014404641214437
Binary100010101001111011100011001000100110100001010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45009E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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