Html Css Color HEX #451981 Windsor

📋 copy color: '#451981'

red 69 ◦ green 25 ◦ blue 129

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

Shades of Windsor #451981

Tints of Windsor #451981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 57.85%

R = 30.94%
G = 11.21%
B = 57.85%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#451981 (or 0x451981) is known color: Windsor. HEX triplet: 45, 19 and 81. RGB value is (69,25,129). Sum of RGB (Red+Green+Blue) = 69+25+129=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 129 (50.78% from 255 or 57.85% from 223); Max value from RGB is 129 - color contains mainly: blue. Hex color #451981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451981 is #BAE67E. Grayscale: #313131. Windows color (decimal): -12248703 or 8460613. OLE color: 8460613.

HSL color Cylindrical-coordinate representation of color #451981: hue angle of 265.38º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #451981 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 25 129 -
CMYK 0.47 0.81 0 0.49
HSL 265.38º 0.68% 0.3% -
HSV(B) 265.38º 0.81% 0.51% -
XYZ 6.76 3.55 21.1 -
YUV 50.01 172.58 141.54 -
System Red Green Blue C M Y K H S L
Decimal 69 25 129 0.47 0.81 0 0.49 265.38 0.68 0.3
Hex 45 19 81 2F 51 0 31 109 44 1E
Octal 105 31 201 57 121 0 61 411 104 36
Binary 1000101 11001 10000001 101111 1010001 0 110001 100001001 1000100 11110

Color Harmonies of #451981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451981

Black with #451981

Text Example


Text Example

White with #451981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451981; }

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

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

background-color css

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

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

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

border-color css

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

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

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