#451294

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

Shades of Indigo #451294

Tints of Indigo #451294

Color information

#451294 (or 0x451294) is unknown color: approx Indigo. HEX triplet: 45, 12 and 94. RGB value is (69,18,148). Sum of RGB (Red+Green+Blue) = 69+18+148=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #451294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451294 is #BAED6B. Grayscale: #2F2F2F. Windows color (decimal): -12250476 or 9704005. OLE color: 9704005.

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

Color convert

RGB6918148-
CMYK0.530.8800.42
HSL263.54º78.31%32.55%-
HSV(B)263.54º87.84%58.04%-
XYZ8.023.8428.33-
YUV48.07184.4142.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.36%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 148 (58.20% from 255) = 62.98%
R=29.36%
G=7.66%
B=62.98%

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
Decimal69181480.530.8800.42263.5478.3132.55
Hex451294355802A1084e21
Octal105222246513005241011641
Binary10001011001010010100110101101100001010101000010001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451294; }

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

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

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

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

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

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

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

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