Html Css Color HEX #450992 Indigo

📋 copy color: '#450992'

red 69 ◦ green 9 ◦ blue 146

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

Shades of Indigo #450992

Tints of Indigo #450992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 65.18%

R = 30.8%
G = 4.02%
B = 65.18%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#450992 (or 0x450992) is known color: Indigo. HEX triplet: 45, 09 and 92. RGB value is (69,9,146). Sum of RGB (Red+Green+Blue) = 69+9+146=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #450992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450992 is #BAF66D. Grayscale: #2A2A2A. Windows color (decimal): -12252782 or 9570629. OLE color: 9570629.

HSL color Cylindrical-coordinate representation of color #450992: hue angle of 266.28º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450992 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 9 146 -
CMYK 0.53 0.94 0 0.43
HSL 266.28º 0.88% 0.3% -
HSV(B) 266.28º 0.94% 0.57% -
XYZ 7.74 3.54 27.47 -
YUV 42.56 186.38 146.86 -
System Red Green Blue C M Y K H S L
Decimal 69 9 146 0.53 0.94 0 0.43 266.28 0.88 0.3
Hex 45 9 92 35 5E 0 2B 10A 58 1E
Octal 105 11 222 65 136 0 53 412 130 36
Binary 1000101 1001 10010010 110101 1011110 0 101011 100001010 1011000 11110

Color Harmonies of #450992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450992

Black with #450992

Text Example


Text Example

White with #450992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450992; }

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

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

background-color css

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

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

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

border-color css

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

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

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