Html Css Color HEX #450276 Indigo

📋 copy color: '#450276'

red 69 ◦ green 2 ◦ blue 118

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

Shades of Indigo #450276

Tints of Indigo #450276

RGB

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

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

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

R = 36.51%
G = 1.06%
B = 62.43%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#450276 (or 0x450276) is known color: Indigo. HEX triplet: 45, 02 and 76. RGB value is (69,2,118). Sum of RGB (Red+Green+Blue) = 69+2+118=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #450276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450276 is #BAFD89. Grayscale: #222222. Windows color (decimal): -12254602 or 7733829. OLE color: 7733829.

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

Color convert

RGB 69 2 118 -
CMYK 0.42 0.98 0 0.54
HSL 274.66º 0.97% 0.24% -
HSV(B) 274.66º 0.98% 0.46% -
XYZ 5.75 2.62 17.34 -
YUV 35.26 174.7 152.07 -
System Red Green Blue C M Y K H S L
Decimal 69 2 118 0.42 0.98 0 0.54 274.66 0.97 0.24
Hex 45 2 76 2A 62 0 36 113 61 18
Octal 105 2 166 52 142 0 66 423 141 30
Binary 1000101 10 1110110 101010 1100010 0 110110 100010011 1100001 11000

Color Harmonies of #450276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450276

Black with #450276

Text Example


Text Example

White with #450276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450276; }

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

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

background-color css

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

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

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

border-color css

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

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

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