Html Css Color HEX #451D89 Windsor

📋 copy color: '#451D89'

red 69 ◦ green 29 ◦ blue 137

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

Shades of Windsor #451D89

Tints of Windsor #451D89

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.34%

 BLUE value IS 137 (53.91% from 255) = 58.3%

R = 29.36%
G = 12.34%
B = 58.3%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#451D89 (or 0x451D89) is known color: Windsor. HEX triplet: 45, 1D and 89. RGB value is (69,29,137). Sum of RGB (Red+Green+Blue) = 69+29+137=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #451D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451D89 is #BAE276. Grayscale: #343434. Windows color (decimal): -12247671 or 8985925. OLE color: 8985925.

HSL color Cylindrical-coordinate representation of color #451D89: hue angle of 262.22º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #451D89 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 29 137 -
CMYK 0.50 0.79 0 0.46
HSL 262.22º 0.65% 0.33% -
HSV(B) 262.22º 0.79% 0.54% -
XYZ 7.41 3.95 24.04 -
YUV 53.27 175.25 139.22 -
System Red Green Blue C M Y K H S L
Decimal 69 29 137 0.50 0.79 0 0.46 262.22 0.65 0.33
Hex 45 1D 89 32 4F 0 2E 106 41 21
Octal 105 35 211 62 117 0 56 406 101 41
Binary 1000101 11101 10001001 110010 1001111 0 101110 100000110 1000001 100001

Color Harmonies of #451D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451D89

Black with #451D89

Text Example


Text Example

White with #451D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451D89; }

 p { color: rgb(69,29,137); }

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

background-color css

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

 a { background-color: rgb(69,29,137); }

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

border-color css

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

 span { border-color: rgb(69,29,137); }

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