Html Css Color HEX #450677 Indigo

📋 copy color: '#450677'

red 69 ◦ green 6 ◦ blue 119

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

Shades of Indigo #450677

Tints of Indigo #450677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.09%

 BLUE value IS 119 (46.88% from 255) = 61.34%

R = 35.57%
G = 3.09%
B = 61.34%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#450677 (or 0x450677) is known color: Indigo. HEX triplet: 45, 06 and 77. RGB value is (69,6,119). Sum of RGB (Red+Green+Blue) = 69+6+119=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #450677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450677 is #BAF988. Grayscale: #252525. Windows color (decimal): -12253577 or 7800389. OLE color: 7800389.

HSL color Cylindrical-coordinate representation of color #450677: hue angle of 273.45º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450677 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 6 119 -
CMYK 0.42 0.95 0 0.53
HSL 273.45º 0.9% 0.25% -
HSV(B) 273.45º 0.95% 0.47% -
XYZ 5.85 2.73 17.67 -
YUV 37.72 173.87 150.31 -
System Red Green Blue C M Y K H S L
Decimal 69 6 119 0.42 0.95 0 0.53 273.45 0.9 0.25
Hex 45 6 77 2A 5F 0 35 111 5A 19
Octal 105 6 167 52 137 0 65 421 132 31
Binary 1000101 110 1110111 101010 1011111 0 110101 100010001 1011010 11001

Color Harmonies of #450677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450677

Black with #450677

Text Example


Text Example

White with #450677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450677; }

 p { color: rgb(69,6,119); }

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

background-color css

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

 a { background-color: rgb(69,6,119); }

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

border-color css

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

 span { border-color: rgb(69,6,119); }

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