Html Css Color HEX #451376 Indigo

📋 copy color: '#451376'

red 69 ◦ green 19 ◦ blue 118

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

Shades of Indigo #451376

Tints of Indigo #451376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.28%

R = 33.5%
G = 9.22%
B = 57.28%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#451376 (or 0x451376) is known color: Indigo. HEX triplet: 45, 13 and 76. RGB value is (69,19,118). Sum of RGB (Red+Green+Blue) = 69+19+118=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #451376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451376 is #BAEC89. Grayscale: #2C2C2C. Windows color (decimal): -12250250 or 7738181. OLE color: 7738181.

HSL color Cylindrical-coordinate representation of color #451376: hue angle of 270.3º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #451376 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 19 118 -
CMYK 0.42 0.84 0 0.54
HSL 270.3º 0.72% 0.27% -
HSV(B) 270.3º 0.84% 0.46% -
XYZ 5.96 3.04 17.41 -
YUV 45.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 69 19 118 0.42 0.84 0 0.54 270.3 0.72 0.27
Hex 45 13 76 2A 54 0 36 10E 48 1B
Octal 105 23 166 52 124 0 66 416 110 33
Binary 1000101 10011 1110110 101010 1010100 0 110110 100001110 1001000 11011

Color Harmonies of #451376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451376

Black with #451376

Text Example


Text Example

White with #451376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451376; }

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

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

background-color css

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

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

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

border-color css

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

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

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