Html Css Color HEX #451077 Indigo

📋 copy color: '#451077'

red 69 ◦ green 16 ◦ blue 119

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

Shades of Indigo #451077

Tints of Indigo #451077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.84%

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

R = 33.82%
G = 7.84%
B = 58.33%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#451077 (or 0x451077) is known color: Indigo. HEX triplet: 45, 10 and 77. RGB value is (69,16,119). Sum of RGB (Red+Green+Blue) = 69+16+119=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #451077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451077 is #BAEF88. Grayscale: #2B2B2B. Windows color (decimal): -12251017 or 7802949. OLE color: 7802949.

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

Color convert

RGB 69 16 119 -
CMYK 0.42 0.87 0 0.53
HSL 270.87º 0.76% 0.26% -
HSV(B) 270.87º 0.87% 0.47% -
XYZ 5.97 2.97 17.71 -
YUV 43.59 170.56 146.12 -
System Red Green Blue C M Y K H S L
Decimal 69 16 119 0.42 0.87 0 0.53 270.87 0.76 0.26
Hex 45 10 77 2A 57 0 35 10F 4C 1A
Octal 105 20 167 52 127 0 65 417 114 32
Binary 1000101 10000 1110111 101010 1010111 0 110101 100001111 1001100 11010

Color Harmonies of #451077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451077

Black with #451077

Text Example


Text Example

White with #451077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451077; }

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

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

background-color css

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

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

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

border-color css

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

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

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