#451082

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

Shades of Indigo #451082

Tints of Indigo #451082

Color information

#451082 (or 0x451082) is unknown color: approx Indigo. HEX triplet: 45, 10 and 82. RGB value is (69,16,130). Sum of RGB (Red+Green+Blue) = 69+16+130=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 130 (51.17% from 255 or 60.47% from 215); Max value from RGB is 130 - color contains mainly: blue. Hex color #451082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451082 is #BAEF7D. Grayscale: #2C2C2C. Windows color (decimal): -12251006 or 8523845. OLE color: 8523845.

HSL color Cylindrical-coordinate representation of color #451082: hue angle of 267.89º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451082 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6916130-
CMYK0.470.8800.49
HSL267.89º78.08%28.63%-
HSV(B)267.89º87.69%50.98%-
XYZ6.673.2521.39-
YUV44.84176.06145.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.09%
GREEN value IS 16 (6.64% from 255) = 7.44%
BLUE value IS 130 (51.17% from 255) = 60.47%
R=32.09%
G=7.44%
B=60.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69161300.470.8800.49267.8978.0828.63
Hex4510822F5803110c4e1d
Octal105202025713006141411635
Binary1000101100001000001010111110110000110001100001100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451082; }

 p { color: rgb(69,16,130); }

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

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

 a { background-color: rgb(69,16,130); }

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

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

 span { border-color: rgb(69,16,130); }

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