Html Css Color HEX #451C88 Windsor

📋 copy color: '#451C88'

red 69 ◦ green 28 ◦ blue 136

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

Shades of Windsor #451C88

Tints of Windsor #451C88

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.02%

 BLUE value IS 136 (53.52% from 255) = 58.37%

R = 29.61%
G = 12.02%
B = 58.37%

CMYK

 C value IS 0.49

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#451C88 (or 0x451C88) is known color: Windsor. HEX triplet: 45, 1C and 88. RGB value is (69,28,136). Sum of RGB (Red+Green+Blue) = 69+28+136=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #451C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451C88 is #BAE377. Grayscale: #343434. Windows color (decimal): -12247928 or 8920133. OLE color: 8920133.

HSL color Cylindrical-coordinate representation of color #451C88: hue angle of 262.78º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #451C88 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 28 136 -
CMYK 0.49 0.79 0 0.47
HSL 262.78º 0.66% 0.32% -
HSV(B) 262.78º 0.79% 0.53% -
XYZ 7.31 3.87 23.65 -
YUV 52.57 175.08 139.72 -
System Red Green Blue C M Y K H S L
Decimal 69 28 136 0.49 0.79 0 0.47 262.78 0.66 0.32
Hex 45 1C 88 31 4F 0 2F 107 42 20
Octal 105 34 210 61 117 0 57 407 102 40
Binary 1000101 11100 10001000 110001 1001111 0 101111 100000111 1000010 100000

Color Harmonies of #451C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451C88

Black with #451C88

Text Example


Text Example

White with #451C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,28,136); }

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

background-color css

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

 a { background-color: rgb(69,28,136); }

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

border-color css

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

 span { border-color: rgb(69,28,136); }

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