Html Css Color HEX #450089 Indigo

📋 copy color: '#450089'

red 69 ◦ green 0 ◦ blue 137

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

Shades of Indigo #450089

Tints of Indigo #450089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.5%
G = 0%
B = 66.5%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#450089 (or 0x450089) is known color: Indigo. HEX triplet: 45, 00 and 89. RGB value is (69,0,137). Sum of RGB (Red+Green+Blue) = 69+0+137=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 137 (53.91% from 255 or 66.50% from 206); Max value from RGB is 137 - color contains mainly: blue. Hex color #450089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450089 is #BAFF76. Grayscale: #232323. Windows color (decimal): -12255095 or 8978501. OLE color: 8978501.

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

Color convert

RGB 69 0 137 -
CMYK 0.50 1 0 0.46
HSL 270.22º 1% 0.27% -
HSV(B) 270.22º 1% 0.54% -
XYZ 6.97 3.07 23.89 -
YUV 36.25 184.86 151.36 -
System Red Green Blue C M Y K H S L
Decimal 69 0 137 0.50 1 0 0.46 270.22 1 0.27
Hex 45 0 89 32 64 0 2E 10E 64 1B
Octal 105 0 211 62 144 0 56 416 144 33
Binary 1000101 0 10001001 110010 1100100 0 101110 100001110 1100100 11011

Color Harmonies of #450089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450089

Black with #450089

Text Example


Text Example

White with #450089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450089; }

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

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

background-color css

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

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

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

border-color css

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

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

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