Html Css Color HEX #450273 Indigo

📋 copy color: '#450273'

red 69 ◦ green 2 ◦ blue 115

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

Shades of Indigo #450273

Tints of Indigo #450273

RGB

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

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

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

R = 37.1%
G = 1.08%
B = 61.83%

CMYK

 C value IS 0.4

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#450273 (or 0x450273) is known color: Indigo. HEX triplet: 45, 02 and 73. RGB value is (69,2,115). Sum of RGB (Red+Green+Blue) = 69+2+115=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #450273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450273 is #BAFD8C. Grayscale: #222222. Windows color (decimal): -12254605 or 7537221. OLE color: 7537221.

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

Color convert

RGB 69 2 115 -
CMYK 0.4 0.98 0 0.55
HSL 275.58º 0.97% 0.23% -
HSV(B) 275.58º 0.98% 0.45% -
XYZ 5.57 2.55 16.42 -
YUV 34.92 173.2 152.31 -
System Red Green Blue C M Y K H S L
Decimal 69 2 115 0.4 0.98 0 0.55 275.58 0.97 0.23
Hex 45 2 73 28 62 0 37 114 61 17
Octal 105 2 163 50 142 0 67 424 141 27
Binary 1000101 10 1110011 101000 1100010 0 110111 100010100 1100001 10111

Color Harmonies of #450273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450273

Black with #450273

Text Example


Text Example

White with #450273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450273; }

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

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

background-color css

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

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

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

border-color css

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

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

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