Html Css Color HEX #450699 Indigo

📋 copy color: '#450699'

red 69 ◦ green 6 ◦ blue 153

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

Shades of Indigo #450699

Tints of Indigo #450699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.63%

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

R = 30.26%
G = 2.63%
B = 67.11%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#450699 (or 0x450699) is known color: Indigo. HEX triplet: 45, 06 and 99. RGB value is (69,6,153). Sum of RGB (Red+Green+Blue) = 69+6+153=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 153 (60.16% from 255 or 67.11% from 228); Max value from RGB is 153 - color contains mainly: blue. Hex color #450699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450699 is #BAF966. Grayscale: #292929. Windows color (decimal): -12253543 or 10028613. OLE color: 10028613.

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

Color convert

RGB 69 6 153 -
CMYK 0.55 0.96 0 0.4
HSL 265.71º 0.92% 0.31% -
HSV(B) 265.71º 0.96% 0.6% -
XYZ 8.27 3.7 30.41 -
YUV 41.6 190.87 147.55 -
System Red Green Blue C M Y K H S L
Decimal 69 6 153 0.55 0.96 0 0.4 265.71 0.92 0.31
Hex 45 6 99 37 60 0 28 10A 5C 1F
Octal 105 6 231 67 140 0 50 412 134 37
Binary 1000101 110 10011001 110111 1100000 0 101000 100001010 1011100 11111

Color Harmonies of #450699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450699

Black with #450699

Text Example


Text Example

White with #450699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450699; }

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

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

background-color css

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

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

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

border-color css

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

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

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