Html Css Color HEX #450994 Indigo

📋 copy color: '#450994'

red 69 ◦ green 9 ◦ blue 148

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

Shades of Indigo #450994

Tints of Indigo #450994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 65.49%

R = 30.53%
G = 3.98%
B = 65.49%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#450994 (or 0x450994) is known color: Indigo. HEX triplet: 45, 09 and 94. RGB value is (69,9,148). Sum of RGB (Red+Green+Blue) = 69+9+148=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 148 (58.20% from 255 or 65.49% from 226); Max value from RGB is 148 - color contains mainly: blue. Hex color #450994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450994 is #BAF66B. Grayscale: #2A2A2A. Windows color (decimal): -12252780 or 9701701. OLE color: 9701701.

HSL color Cylindrical-coordinate representation of color #450994: hue angle of 265.9º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450994 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 9 148 -
CMYK 0.53 0.94 0 0.42
HSL 265.9º 0.89% 0.31% -
HSV(B) 265.9º 0.94% 0.58% -
XYZ 7.9 3.6 28.3 -
YUV 42.79 187.38 146.7 -
System Red Green Blue C M Y K H S L
Decimal 69 9 148 0.53 0.94 0 0.42 265.9 0.89 0.31
Hex 45 9 94 35 5E 0 2A 10A 59 1F
Octal 105 11 224 65 136 0 52 412 131 37
Binary 1000101 1001 10010100 110101 1011110 0 101010 100001010 1011001 11111

Color Harmonies of #450994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450994

Black with #450994

Text Example


Text Example

White with #450994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450994; }

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

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

background-color css

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

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

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

border-color css

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

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

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