Html Css Color HEX #453377 Windsor

📋 copy color: '#453377'

red 69 ◦ green 51 ◦ blue 119

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

Shades of Windsor #453377

Tints of Windsor #453377

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

 BLUE value IS 119 (46.88% from 255) = 49.79%

R = 28.87%
G = 21.34%
B = 49.79%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#453377 (or 0x453377) is known color: Windsor. HEX triplet: 45, 33 and 77. RGB value is (69,51,119). Sum of RGB (Red+Green+Blue) = 69+51+119=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #453377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453377 is #BACC88. Grayscale: #3F3F3F. Windows color (decimal): -12242057 or 7811909. OLE color: 7811909.

HSL color Cylindrical-coordinate representation of color #453377: hue angle of 255.88º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #453377 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 51 119 -
CMYK 0.42 0.57 0 0.53
HSL 255.88º 0.4% 0.33% -
HSV(B) 255.88º 0.57% 0.47% -
XYZ 6.97 4.96 18.04 -
YUV 64.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 69 51 119 0.42 0.57 0 0.53 255.88 0.4 0.33
Hex 45 33 77 2A 39 0 35 100 28 21
Octal 105 63 167 52 71 0 65 400 50 41
Binary 1000101 110011 1110111 101010 111001 0 110101 100000000 101000 100001

Color Harmonies of #453377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453377

Black with #453377

Text Example


Text Example

White with #453377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453377; }

 p { color: rgb(69,51,119); }

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

background-color css

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

 a { background-color: rgb(69,51,119); }

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

border-color css

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

 span { border-color: rgb(69,51,119); }

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