Html Css Color HEX #450173 Indigo

📋 copy color: '#450173'

red 69 ◦ green 1 ◦ blue 115

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

Shades of Indigo #450173

Tints of Indigo #450173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 62.16%

R = 37.3%
G = 0.54%
B = 62.16%

CMYK

 C value IS 0.4

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#450173 (or 0x450173) is known color: Indigo. HEX triplet: 45, 01 and 73. RGB value is (69,1,115). Sum of RGB (Red+Green+Blue) = 69+1+115=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #450173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450173 is #BAFE8C. Grayscale: #212121. Windows color (decimal): -12254861 or 7536965. OLE color: 7536965.

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

Color convert

RGB 69 1 115 -
CMYK 0.4 0.99 0 0.55
HSL 275.79º 0.98% 0.23% -
HSV(B) 275.79º 0.99% 0.45% -
XYZ 5.56 2.52 16.41 -
YUV 34.33 173.53 152.73 -
System Red Green Blue C M Y K H S L
Decimal 69 1 115 0.4 0.99 0 0.55 275.79 0.98 0.23
Hex 45 1 73 28 63 0 37 114 62 17
Octal 105 1 163 50 143 0 67 424 142 27
Binary 1000101 1 1110011 101000 1100011 0 110111 100010100 1100010 10111

Color Harmonies of #450173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450173

Black with #450173

Text Example


Text Example

White with #450173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450173; }

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

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

background-color css

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

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

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

border-color css

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

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

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