Html Css Color HEX #450998 Indigo

📋 copy color: '#450998'

red 69 ◦ green 9 ◦ blue 152

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

Shades of Indigo #450998

Tints of Indigo #450998

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.91%

 BLUE value IS 152 (59.77% from 255) = 66.09%

R = 30%
G = 3.91%
B = 66.09%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#450998 (or 0x450998) is known color: Indigo. HEX triplet: 45, 09 and 98. RGB value is (69,9,152). Sum of RGB (Red+Green+Blue) = 69+9+152=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 152 (59.77% from 255 or 66.09% from 230); Max value from RGB is 152 - color contains mainly: blue. Hex color #450998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450998 is #BAF667. Grayscale: #2A2A2A. Windows color (decimal): -12252776 or 9963845. OLE color: 9963845.

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

Color convert

RGB 69 9 152 -
CMYK 0.55 0.94 0 0.40
HSL 265.17º 0.89% 0.32% -
HSV(B) 265.17º 0.94% 0.6% -
XYZ 8.22 3.73 29.99 -
YUV 43.24 189.38 146.37 -
System Red Green Blue C M Y K H S L
Decimal 69 9 152 0.55 0.94 0 0.40 265.17 0.89 0.32
Hex 45 9 98 37 5E 0 28 109 59 20
Octal 105 11 230 67 136 0 50 411 131 40
Binary 1000101 1001 10011000 110111 1011110 0 101000 100001001 1011001 100000

Color Harmonies of #450998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450998

Black with #450998

Text Example


Text Example

White with #450998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450998; }

 p { color: rgb(69,9,152); }

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

background-color css

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

 a { background-color: rgb(69,9,152); }

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

border-color css

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

 span { border-color: rgb(69,9,152); }

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