Html Css Color HEX #450199 Indigo

📋 copy color: '#450199'

red 69 ◦ green 1 ◦ blue 153

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

Shades of Indigo #450199

Tints of Indigo #450199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 30.94%
G = 0.45%
B = 68.61%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#450199 (or 0x450199) is known color: Indigo. HEX triplet: 45, 01 and 99. RGB value is (69,1,153). Sum of RGB (Red+Green+Blue) = 69+1+153=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #450199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450199 is #BAFE66. Grayscale: #262626. Windows color (decimal): -12254823 or 10027333. OLE color: 10027333.

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

Color convert

RGB 69 1 153 -
CMYK 0.55 0.99 0 0.4
HSL 266.84º 0.99% 0.3% -
HSV(B) 266.84º 0.99% 0.6% -
XYZ 8.21 3.59 30.4 -
YUV 38.66 192.53 149.64 -
System Red Green Blue C M Y K H S L
Decimal 69 1 153 0.55 0.99 0 0.4 266.84 0.99 0.3
Hex 45 1 99 37 63 0 28 10B 63 1E
Octal 105 1 231 67 143 0 50 413 143 36
Binary 1000101 1 10011001 110111 1100011 0 101000 100001011 1100011 11110

Color Harmonies of #450199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450199

Black with #450199

Text Example


Text Example

White with #450199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450199; }

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

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

background-color css

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

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

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

border-color css

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

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

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