Html Css Color HEX #450289 Indigo

📋 copy color: '#450289'

red 69 ◦ green 2 ◦ blue 137

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

Shades of Indigo #450289

Tints of Indigo #450289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

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

R = 33.17%
G = 0.96%
B = 65.87%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#450289 (or 0x450289) is known color: Indigo. HEX triplet: 45, 02 and 89. RGB value is (69,2,137). Sum of RGB (Red+Green+Blue) = 69+2+137=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 137 (53.91% from 255 or 65.87% from 208); Max value from RGB is 137 - color contains mainly: blue. Hex color #450289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450289 is #BAFD76. Grayscale: #242424. Windows color (decimal): -12254583 or 8979013. OLE color: 8979013.

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

Color convert

RGB 69 2 137 -
CMYK 0.50 0.99 0 0.46
HSL 269.78º 0.97% 0.27% -
HSV(B) 269.78º 0.99% 0.54% -
XYZ 6.99 3.11 23.9 -
YUV 37.42 184.2 150.52 -
System Red Green Blue C M Y K H S L
Decimal 69 2 137 0.50 0.99 0 0.46 269.78 0.97 0.27
Hex 45 2 89 32 63 0 2E 10E 61 1B
Octal 105 2 211 62 143 0 56 416 141 33
Binary 1000101 10 10001001 110010 1100011 0 101110 100001110 1100001 11011

Color Harmonies of #450289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450289

Black with #450289

Text Example


Text Example

White with #450289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450289; }

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

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

background-color css

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

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

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

border-color css

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

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

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