Html Css Color HEX #453270 Windsor

📋 copy color: '#453270'

red 69 ◦ green 50 ◦ blue 112

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

Shades of Windsor #453270

Tints of Windsor #453270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.48%

R = 29.87%
G = 21.65%
B = 48.48%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#453270 (or 0x453270) is known color: Windsor. HEX triplet: 45, 32 and 70. RGB value is (69,50,112). Sum of RGB (Red+Green+Blue) = 69+50+112=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #453270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453270 is #BACD8F. Grayscale: #3E3E3E. Windows color (decimal): -12242320 or 7352901. OLE color: 7352901.

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

Color convert

RGB 69 50 112 -
CMYK 0.38 0.55 0 0.56
HSL 258.39º 0.38% 0.32% -
HSV(B) 258.39º 0.55% 0.44% -
XYZ 6.52 4.72 15.9 -
YUV 62.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 69 50 112 0.38 0.55 0 0.56 258.39 0.38 0.32
Hex 45 32 70 26 37 0 38 102 26 20
Octal 105 62 160 46 67 0 70 402 46 40
Binary 1000101 110010 1110000 100110 110111 0 111000 100000010 100110 100000

Color Harmonies of #453270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453270

Black with #453270

Text Example


Text Example

White with #453270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453270; }

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

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

background-color css

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

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

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

border-color css

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

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

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