Html Css Color HEX #451C93 Windsor

📋 copy color: '#451C93'

red 69 ◦ green 28 ◦ blue 147

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

Shades of Windsor #451C93

Tints of Windsor #451C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 60.25%

R = 28.28%
G = 11.48%
B = 60.25%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#451C93 (or 0x451C93) is known color: Windsor. HEX triplet: 45, 1C and 93. RGB value is (69,28,147). Sum of RGB (Red+Green+Blue) = 69+28+147=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #451C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451C93 is #BAE36C. Grayscale: #353535. Windows color (decimal): -12247917 or 9641029. OLE color: 9641029.

HSL color Cylindrical-coordinate representation of color #451C93: hue angle of 260.67º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #451C93 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 28 147 -
CMYK 0.53 0.81 0 0.42
HSL 260.67º 0.68% 0.34% -
HSV(B) 260.67º 0.81% 0.58% -
XYZ 8.14 4.2 27.99 -
YUV 53.83 180.58 138.82 -
System Red Green Blue C M Y K H S L
Decimal 69 28 147 0.53 0.81 0 0.42 260.67 0.68 0.34
Hex 45 1C 93 35 51 0 2A 105 44 22
Octal 105 34 223 65 121 0 52 405 104 42
Binary 1000101 11100 10010011 110101 1010001 0 101010 100000101 1000100 100010

Color Harmonies of #451C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451C93

Black with #451C93

Text Example


Text Example

White with #451C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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