Html Css Color HEX #451980 Windsor

📋 copy color: '#451980'

red 69 ◦ green 25 ◦ blue 128

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

Shades of Windsor #451980

Tints of Windsor #451980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.26%

 BLUE value IS 128 (50.39% from 255) = 57.66%

R = 31.08%
G = 11.26%
B = 57.66%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#451980 (or 0x451980) is known color: Windsor. HEX triplet: 45, 19 and 80. RGB value is (69,25,128). Sum of RGB (Red+Green+Blue) = 69+25+128=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #451980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451980 is #BAE67F. Grayscale: #313131. Windows color (decimal): -12248704 or 8395077. OLE color: 8395077.

HSL color Cylindrical-coordinate representation of color #451980: hue angle of 265.63º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #451980 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 25 128 -
CMYK 0.46 0.80 0 0.50
HSL 265.63º 0.67% 0.3% -
HSV(B) 265.63º 0.8% 0.5% -
XYZ 6.7 3.52 20.75 -
YUV 49.9 172.08 141.62 -
System Red Green Blue C M Y K H S L
Decimal 69 25 128 0.46 0.80 0 0.50 265.63 0.67 0.3
Hex 45 19 80 2E 50 0 32 10A 43 1E
Octal 105 31 200 56 120 0 62 412 103 36
Binary 1000101 11001 10000000 101110 1010000 0 110010 100001010 1000011 11110

Color Harmonies of #451980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451980

Black with #451980

Text Example


Text Example

White with #451980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451980; }

 p { color: rgb(69,25,128); }

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

background-color css

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

 a { background-color: rgb(69,25,128); }

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

border-color css

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

 span { border-color: rgb(69,25,128); }

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