Html Css Color HEX #451372 Indigo

📋 copy color: '#451372'

red 69 ◦ green 19 ◦ blue 114

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

Shades of Indigo #451372

Tints of Indigo #451372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

 BLUE value IS 114 (44.92% from 255) = 56.44%

R = 34.16%
G = 9.41%
B = 56.44%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#451372 (or 0x451372) is known color: Indigo. HEX triplet: 45, 13 and 72. RGB value is (69,19,114). Sum of RGB (Red+Green+Blue) = 69+19+114=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #451372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451372 is #BAEC8D. Grayscale: #2C2C2C. Windows color (decimal): -12250254 or 7476037. OLE color: 7476037.

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

Color convert

RGB 69 19 114 -
CMYK 0.39 0.83 0 0.55
HSL 271.58º 0.71% 0.26% -
HSV(B) 271.58º 0.83% 0.45% -
XYZ 5.72 2.95 16.19 -
YUV 44.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 69 19 114 0.39 0.83 0 0.55 271.58 0.71 0.26
Hex 45 13 72 27 53 0 37 110 47 1A
Octal 105 23 162 47 123 0 67 420 107 32
Binary 1000101 10011 1110010 100111 1010011 0 110111 100010000 1000111 11010

Color Harmonies of #451372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451372

Black with #451372

Text Example


Text Example

White with #451372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451372; }

 p { color: rgb(69,19,114); }

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

background-color css

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

 a { background-color: rgb(69,19,114); }

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

border-color css

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

 span { border-color: rgb(69,19,114); }

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