Html Css Color HEX #450377 Indigo

📋 copy color: '#450377'

red 69 ◦ green 3 ◦ blue 119

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

Shades of Indigo #450377

Tints of Indigo #450377

RGB

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

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

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

R = 36.13%
G = 1.57%
B = 62.3%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#450377 (or 0x450377) is known color: Indigo. HEX triplet: 45, 03 and 77. RGB value is (69,3,119). Sum of RGB (Red+Green+Blue) = 69+3+119=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #450377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450377 is #BAFC88. Grayscale: #232323. Windows color (decimal): -12254345 or 7799621. OLE color: 7799621.

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

Color convert

RGB 69 3 119 -
CMYK 0.42 0.97 0 0.53
HSL 274.14º 0.95% 0.24% -
HSV(B) 274.14º 0.97% 0.47% -
XYZ 5.82 2.66 17.66 -
YUV 35.96 174.87 151.57 -
System Red Green Blue C M Y K H S L
Decimal 69 3 119 0.42 0.97 0 0.53 274.14 0.95 0.24
Hex 45 3 77 2A 61 0 35 112 5F 18
Octal 105 3 167 52 141 0 65 422 137 30
Binary 1000101 11 1110111 101010 1100001 0 110101 100010010 1011111 11000

Color Harmonies of #450377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450377

Black with #450377

Text Example


Text Example

White with #450377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450377; }

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

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

background-color css

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

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

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

border-color css

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

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

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