Html Css Color HEX #450486 Indigo

📋 copy color: '#450486'

red 69 ◦ green 4 ◦ blue 134

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

Shades of Indigo #450486

Tints of Indigo #450486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.93%

 BLUE value IS 134 (52.73% from 255) = 64.73%

R = 33.33%
G = 1.93%
B = 64.73%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#450486 (or 0x450486) is known color: Indigo. HEX triplet: 45, 04 and 86. RGB value is (69,4,134). Sum of RGB (Red+Green+Blue) = 69+4+134=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 134 (52.73% from 255 or 64.73% from 207); Max value from RGB is 134 - color contains mainly: blue. Hex color #450486 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450486 is #BAFB79. Grayscale: #252525. Windows color (decimal): -12254074 or 8782917. OLE color: 8782917.

HSL color Cylindrical-coordinate representation of color #450486: hue angle of 270º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450486 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 4 134 -
CMYK 0.49 0.97 0 0.47
HSL 270º 0.94% 0.27% -
HSV(B) 270º 0.97% 0.53% -
XYZ 6.8 3.07 22.79 -
YUV 38.26 182.03 149.93 -
System Red Green Blue C M Y K H S L
Decimal 69 4 134 0.49 0.97 0 0.47 270 0.94 0.27
Hex 45 4 86 31 61 0 2F 10E 5E 1B
Octal 105 4 206 61 141 0 57 416 136 33
Binary 1000101 100 10000110 110001 1100001 0 101111 100001110 1011110 11011

Color Harmonies of #450486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450486

Black with #450486

Text Example


Text Example

White with #450486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450486; }

 p { color: rgb(69,4,134); }

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

background-color css

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

 a { background-color: rgb(69,4,134); }

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

border-color css

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

 span { border-color: rgb(69,4,134); }

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