#451293

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

Shades of Indigo #451293

Tints of Indigo #451293

Color information

#451293 (or 0x451293) is unknown color: approx Indigo. HEX triplet: 45, 12 and 93. RGB value is (69,18,147). Sum of RGB (Red+Green+Blue) = 69+18+147=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #451293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451293 is #BAED6C. Grayscale: #2F2F2F. Windows color (decimal): -12250477 or 9638469. OLE color: 9638469.

HSL color Cylindrical-coordinate representation of color #451293: hue angle of 263.72º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451293 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6918147-
CMYK0.530.8800.42
HSL263.72º78.18%32.35%-
HSV(B)263.72º87.76%57.65%-
XYZ7.943.827.92-
YUV47.96183.9143.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.49%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 147 (57.81% from 255) = 62.82%
R=29.49%
G=7.69%
B=62.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69181470.530.8800.42263.7278.1832.35
Hex451293355802A1084e20
Octal105222236513005241011640
Binary10001011001010010011110101101100001010101000010001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451293; }

 p { color: rgb(69,18,147); }

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

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

 a { background-color: rgb(69,18,147); }

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

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

 span { border-color: rgb(69,18,147); }

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