Html Css Color HEX #451273 Indigo

📋 copy color: '#451273'

red 69 ◦ green 18 ◦ blue 115

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

Shades of Indigo #451273

Tints of Indigo #451273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.91%

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

R = 34.16%
G = 8.91%
B = 56.93%

CMYK

 C value IS 0.4

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#451273 (or 0x451273) is known color: Indigo. HEX triplet: 45, 12 and 73. RGB value is (69,18,115). Sum of RGB (Red+Green+Blue) = 69+18+115=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #451273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451273 is #BAED8C. Grayscale: #2B2B2B. Windows color (decimal): -12250509 or 7541317. OLE color: 7541317.

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

Color convert

RGB 69 18 115 -
CMYK 0.4 0.84 0 0.55
HSL 271.55º 0.73% 0.26% -
HSV(B) 271.55º 0.84% 0.45% -
XYZ 5.77 2.94 16.48 -
YUV 44.31 167.9 145.61 -
System Red Green Blue C M Y K H S L
Decimal 69 18 115 0.4 0.84 0 0.55 271.55 0.73 0.26
Hex 45 12 73 28 54 0 37 110 49 1A
Octal 105 22 163 50 124 0 67 420 111 32
Binary 1000101 10010 1110011 101000 1010100 0 110111 100010000 1001001 11010

Color Harmonies of #451273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451273

Black with #451273

Text Example


Text Example

White with #451273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451273; }

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

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

background-color css

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

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

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

border-color css

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

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

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