Html Css Color HEX #450589 Indigo

📋 copy color: '#450589'

red 69 ◦ green 5 ◦ blue 137

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

Shades of Indigo #450589

Tints of Indigo #450589

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

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

R = 32.7%
G = 2.37%
B = 64.93%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#450589 (or 0x450589) is known color: Indigo. HEX triplet: 45, 05 and 89. RGB value is (69,5,137). Sum of RGB (Red+Green+Blue) = 69+5+137=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 137 (53.91% from 255 or 64.93% from 211); Max value from RGB is 137 - color contains mainly: blue. Hex color #450589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450589 is #BAFA76. Grayscale: #262626. Windows color (decimal): -12253815 or 8979781. OLE color: 8979781.

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

Color convert

RGB 69 5 137 -
CMYK 0.50 0.96 0 0.46
HSL 269.09º 0.93% 0.28% -
HSV(B) 269.09º 0.96% 0.54% -
XYZ 7.02 3.18 23.91 -
YUV 39.18 183.2 149.27 -
System Red Green Blue C M Y K H S L
Decimal 69 5 137 0.50 0.96 0 0.46 269.09 0.93 0.28
Hex 45 5 89 32 60 0 2E 10D 5D 1C
Octal 105 5 211 62 140 0 56 415 135 34
Binary 1000101 101 10001001 110010 1100000 0 101110 100001101 1011101 11100

Color Harmonies of #450589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450589

Black with #450589

Text Example


Text Example

White with #450589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450589; }

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

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

background-color css

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

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

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

border-color css

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

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

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