Html Css Color HEX #450899 Indigo

📋 copy color: '#450899'

red 69 ◦ green 8 ◦ blue 153

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

Shades of Indigo #450899

Tints of Indigo #450899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 66.52%

R = 30%
G = 3.48%
B = 66.52%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#450899 (or 0x450899) is known color: Indigo. HEX triplet: 45, 08 and 99. RGB value is (69,8,153). Sum of RGB (Red+Green+Blue) = 69+8+153=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #450899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450899 is #BAF766. Grayscale: #2A2A2A. Windows color (decimal): -12253031 or 10029125. OLE color: 10029125.

HSL color Cylindrical-coordinate representation of color #450899: hue angle of 265.24º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450899 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 8 153 -
CMYK 0.55 0.95 0 0.4
HSL 265.24º 0.9% 0.32% -
HSV(B) 265.24º 0.95% 0.6% -
XYZ 8.29 3.74 30.42 -
YUV 42.77 190.21 146.71 -
System Red Green Blue C M Y K H S L
Decimal 69 8 153 0.55 0.95 0 0.4 265.24 0.9 0.32
Hex 45 8 99 37 5F 0 28 109 5A 20
Octal 105 10 231 67 137 0 50 411 132 40
Binary 1000101 1000 10011001 110111 1011111 0 101000 100001001 1011010 100000

Color Harmonies of #450899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450899

Black with #450899

Text Example


Text Example

White with #450899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450899; }

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

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

background-color css

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

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

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

border-color css

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

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

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