Html Css Color HEX #450889 Indigo

📋 copy color: '#450889'

red 69 ◦ green 8 ◦ blue 137

#450889
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #450889

Tints of Indigo #450889

RGB

 RED value IS 69 (27.34% from 255) = 32.24%

 GREEN value IS 8 (3.52% from 255) = 3.74%

 BLUE value IS 137 (53.91% from 255) = 64.02%

R = 32.24%
G = 3.74%
B = 64.02%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#450889 (or 0x450889) is known color: Indigo. HEX triplet: 45, 08 and 89. RGB value is (69,8,137). Sum of RGB (Red+Green+Blue) = 69+8+137=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 137 (53.91% from 255 or 64.02% from 214); Max value from RGB is 137 - color contains mainly: blue. Hex color #450889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450889 is #BAF776. Grayscale: #282828. Windows color (decimal): -12253047 or 8980549. OLE color: 8980549.

HSL color Cylindrical-coordinate representation of color #450889: hue angle of 268.37º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450889 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 8 137 -
CMYK 0.50 0.94 0 0.46
HSL 268.37º 0.89% 0.28% -
HSV(B) 268.37º 0.94% 0.54% -
XYZ 7.06 3.25 23.92 -
YUV 40.95 182.21 148.01 -
System Red Green Blue C M Y K H S L
Decimal 69 8 137 0.50 0.94 0 0.46 268.37 0.89 0.28
Hex 45 8 89 32 5E 0 2E 10C 59 1C
Octal 105 10 211 62 136 0 56 414 131 34
Binary 1000101 1000 10001001 110010 1011110 0 101110 100001100 1011001 11100

Color Harmonies of #450889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450889

Black with #450889

Text Example


Text Example

White with #450889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450889; }

 p { color: rgb(69,8,137); }

 H1.HeaderClassName
 {
   color: #450889;
 }
 .AnyTagClassName
 {
   color: #450889;
 }
</style>

background-color css

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

 a { background-color: rgb(69,8,137); }

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

border-color css

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

 span { border-color: rgb(69,8,137); }

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