Html Css Color HEX #450376 Indigo

📋 copy color: '#450376'

red 69 ◦ green 3 ◦ blue 118

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

Shades of Indigo #450376

Tints of Indigo #450376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.58%

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

R = 36.32%
G = 1.58%
B = 62.11%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#450376 (or 0x450376) is known color: Indigo. HEX triplet: 45, 03 and 76. RGB value is (69,3,118). Sum of RGB (Red+Green+Blue) = 69+3+118=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #450376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450376 is #BAFC89. Grayscale: #232323. Windows color (decimal): -12254346 or 7734085. OLE color: 7734085.

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

Color convert

RGB 69 3 118 -
CMYK 0.42 0.97 0 0.54
HSL 274.43º 0.95% 0.24% -
HSV(B) 274.43º 0.97% 0.46% -
XYZ 5.76 2.64 17.35 -
YUV 35.84 174.37 151.65 -
System Red Green Blue C M Y K H S L
Decimal 69 3 118 0.42 0.97 0 0.54 274.43 0.95 0.24
Hex 45 3 76 2A 61 0 36 112 5F 18
Octal 105 3 166 52 141 0 66 422 137 30
Binary 1000101 11 1110110 101010 1100001 0 110110 100010010 1011111 11000

Color Harmonies of #450376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450376

Black with #450376

Text Example


Text Example

White with #450376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450376; }

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

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

background-color css

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

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

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

border-color css

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

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

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