Html Css Color HEX #453277 Windsor

📋 copy color: '#453277'

red 69 ◦ green 50 ◦ blue 119

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

Shades of Windsor #453277

Tints of Windsor #453277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.01%

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

R = 28.99%
G = 21.01%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#453277 (or 0x453277) is known color: Windsor. HEX triplet: 45, 32 and 77. RGB value is (69,50,119). Sum of RGB (Red+Green+Blue) = 69+50+119=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #453277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453277 is #BACD88. Grayscale: #3F3F3F. Windows color (decimal): -12242313 or 7811653. OLE color: 7811653.

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

Color convert

RGB 69 50 119 -
CMYK 0.42 0.58 0 0.53
HSL 256.52º 0.41% 0.33% -
HSV(B) 256.52º 0.58% 0.47% -
XYZ 6.92 4.88 18.03 -
YUV 63.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 69 50 119 0.42 0.58 0 0.53 256.52 0.41 0.33
Hex 45 32 77 2A 3A 0 35 101 29 21
Octal 105 62 167 52 72 0 65 401 51 41
Binary 1000101 110010 1110111 101010 111010 0 110101 100000001 101001 100001

Color Harmonies of #453277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453277

Black with #453277

Text Example


Text Example

White with #453277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453277; }

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

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

background-color css

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

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

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

border-color css

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

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

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