Html Css Color HEX #453171 Windsor

📋 copy color: '#453171'

red 69 ◦ green 49 ◦ blue 113

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

Shades of Windsor #453171

Tints of Windsor #453171

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.21%

 BLUE value IS 113 (44.53% from 255) = 48.92%

R = 29.87%
G = 21.21%
B = 48.92%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#453171 (or 0x453171) is known color: Windsor. HEX triplet: 45, 31 and 71. RGB value is (69,49,113). Sum of RGB (Red+Green+Blue) = 69+49+113=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #453171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453171 is #BACE8E. Grayscale: #3E3E3E. Windows color (decimal): -12242575 or 7418181. OLE color: 7418181.

HSL color Cylindrical-coordinate representation of color #453171: hue angle of 258.75º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #453171 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 49 113 -
CMYK 0.39 0.57 0 0.56
HSL 258.75º 0.4% 0.32% -
HSV(B) 258.75º 0.57% 0.44% -
XYZ 6.53 4.65 16.18 -
YUV 62.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 69 49 113 0.39 0.57 0 0.56 258.75 0.4 0.32
Hex 45 31 71 27 39 0 38 103 28 20
Octal 105 61 161 47 71 0 70 403 50 40
Binary 1000101 110001 1110001 100111 111001 0 111000 100000011 101000 100000

Color Harmonies of #453171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453171

Black with #453171

Text Example


Text Example

White with #453171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453171; }

 p { color: rgb(69,49,113); }

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

background-color css

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

 a { background-color: rgb(69,49,113); }

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

border-color css

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

 span { border-color: rgb(69,49,113); }

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