Html Css Color HEX #450F99 Indigo

📋 copy color: '#450F99'

red 69 ◦ green 15 ◦ blue 153

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

Shades of Indigo #450F99

Tints of Indigo #450F99

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.33%

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

R = 29.11%
G = 6.33%
B = 64.56%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#450F99 (or 0x450F99) is known color: Indigo. HEX triplet: 45, 0F and 99. RGB value is (69,15,153). Sum of RGB (Red+Green+Blue) = 69+15+153=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #450F99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450F99 is #BAF066. Grayscale: #2E2E2E. Windows color (decimal): -12251239 or 10030917. OLE color: 10030917.

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

Color convert

RGB 69 15 153 -
CMYK 0.55 0.90 0 0.4
HSL 263.48º 0.82% 0.33% -
HSV(B) 263.48º 0.9% 0.6% -
XYZ 8.37 3.91 30.45 -
YUV 46.88 187.89 143.78 -
System Red Green Blue C M Y K H S L
Decimal 69 15 153 0.55 0.90 0 0.4 263.48 0.82 0.33
Hex 45 F 99 37 5A 0 28 107 52 21
Octal 105 17 231 67 132 0 50 407 122 41
Binary 1000101 1111 10011001 110111 1011010 0 101000 100000111 1010010 100001

Color Harmonies of #450F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450F99

Black with #450F99

Text Example


Text Example

White with #450F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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