Html Css Color HEX #451377 Indigo

📋 copy color: '#451377'

red 69 ◦ green 19 ◦ blue 119

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

Shades of Indigo #451377

Tints of Indigo #451377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.18%

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

R = 33.33%
G = 9.18%
B = 57.49%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#451377 (or 0x451377) is known color: Indigo. HEX triplet: 45, 13 and 77. RGB value is (69,19,119). Sum of RGB (Red+Green+Blue) = 69+19+119=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #451377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451377 is #BAEC88. Grayscale: #2D2D2D. Windows color (decimal): -12250249 or 7803717. OLE color: 7803717.

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

Color convert

RGB 69 19 119 -
CMYK 0.42 0.84 0 0.53
HSL 270º 0.72% 0.27% -
HSV(B) 270º 0.84% 0.47% -
XYZ 6.02 3.06 17.73 -
YUV 45.35 169.57 144.87 -
System Red Green Blue C M Y K H S L
Decimal 69 19 119 0.42 0.84 0 0.53 270 0.72 0.27
Hex 45 13 77 2A 54 0 35 10E 48 1B
Octal 105 23 167 52 124 0 65 416 110 33
Binary 1000101 10011 1110111 101010 1010100 0 110101 100001110 1001000 11011

Color Harmonies of #451377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451377

Black with #451377

Text Example


Text Example

White with #451377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451377; }

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

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

background-color css

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

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

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

border-color css

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

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

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