#451378

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

Shades of Indigo #451378

Tints of Indigo #451378

Color information

#451378 (or 0x451378) is unknown color: approx Indigo. HEX triplet: 45, 13 and 78. RGB value is (69,19,120). Sum of RGB (Red+Green+Blue) = 69+19+120=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 120 (47.27% from 255 or 57.69% from 208); Max value from RGB is 120 - color contains mainly: blue. Hex color #451378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451378 is #BAEC87. Grayscale: #2D2D2D. Windows color (decimal): -12250248 or 7869253. OLE color: 7869253.

HSL color Cylindrical-coordinate representation of color #451378: hue angle of 269.7º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #451378 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6919120-
CMYK0.420.8400.53
HSL269.7º72.66%27.25%-
HSV(B)269.7º84.17%47.06%-
XYZ6.083.0918.04-
YUV45.46170.06144.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.17%
GREEN value IS 19 (7.81% from 255) = 9.13%
BLUE value IS 120 (47.27% from 255) = 57.69%
R=33.17%
G=9.13%
B=57.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69191200.420.8400.53269.772.6627.25
Hex4513782A5403510e491b
Octal105231705212406541611133
Binary100010110011111100010101010101000110101100001110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451378; }

 p { color: rgb(69,19,120); }

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

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

 a { background-color: rgb(69,19,120); }

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

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

 span { border-color: rgb(69,19,120); }

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