Html Css Color HEX #450299 Indigo

📋 copy color: '#450299'

red 69 ◦ green 2 ◦ blue 153

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

Shades of Indigo #450299

Tints of Indigo #450299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

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

R = 30.8%
G = 0.89%
B = 68.3%

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

#450299 (or 0x450299) is known color: Indigo. HEX triplet: 45, 02 and 99. RGB value is (69,2,153). Sum of RGB (Red+Green+Blue) = 69+2+153=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #450299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450299 is #BAFD66. Grayscale: #262626. Windows color (decimal): -12254567 or 10027589. OLE color: 10027589.

HSL color Cylindrical-coordinate representation of color #450299: hue angle of 266.62º degrees, saturation: 0.97, 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 #450299 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 2 153 -
CMYK 0.55 0.99 0 0.4
HSL 266.62º 0.97% 0.3% -
HSV(B) 266.62º 0.99% 0.6% -
XYZ 8.23 3.61 30.4 -
YUV 39.25 192.2 149.22 -
System Red Green Blue C M Y K H S L
Decimal 69 2 153 0.55 0.99 0 0.4 266.62 0.97 0.3
Hex 45 2 99 37 63 0 28 10B 61 1E
Octal 105 2 231 67 143 0 50 413 141 36
Binary 1000101 10 10011001 110111 1100011 0 101000 100001011 1100001 11110

Color Harmonies of #450299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450299

Black with #450299

Text Example


Text Example

White with #450299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450299; }

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

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

background-color css

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

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

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

border-color css

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

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

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