Html Css Color HEX #450399 Indigo

📋 copy color: '#450399'

red 69 ◦ green 3 ◦ blue 153

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

Shades of Indigo #450399

Tints of Indigo #450399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

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

R = 30.67%
G = 1.33%
B = 68%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#450399 (or 0x450399) is known color: Indigo. HEX triplet: 45, 03 and 99. RGB value is (69,3,153). Sum of RGB (Red+Green+Blue) = 69+3+153=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #450399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450399 is #BAFC66. Grayscale: #272727. Windows color (decimal): -12254311 or 10027845. OLE color: 10027845.

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

Color convert

RGB 69 3 153 -
CMYK 0.55 0.98 0 0.4
HSL 266.4º 0.96% 0.31% -
HSV(B) 266.4º 0.98% 0.6% -
XYZ 8.24 3.63 30.4 -
YUV 39.83 191.87 148.8 -
System Red Green Blue C M Y K H S L
Decimal 69 3 153 0.55 0.98 0 0.4 266.4 0.96 0.31
Hex 45 3 99 37 62 0 28 10A 60 1F
Octal 105 3 231 67 142 0 50 412 140 37
Binary 1000101 11 10011001 110111 1100010 0 101000 100001010 1100000 11111

Color Harmonies of #450399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450399

Black with #450399

Text Example


Text Example

White with #450399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450399; }

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

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

background-color css

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

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

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

border-color css

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

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

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