Html Css Color HEX #453071 Windsor

📋 copy color: '#453071'

red 69 ◦ green 48 ◦ blue 113

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

Shades of Windsor #453071

Tints of Windsor #453071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.87%

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

R = 30%
G = 20.87%
B = 49.13%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#453071 (or 0x453071) is known color: Windsor. HEX triplet: 45, 30 and 71. RGB value is (69,48,113). Sum of RGB (Red+Green+Blue) = 69+48+113=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #453071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453071 is #BACF8E. Grayscale: #3D3D3D. Windows color (decimal): -12242831 or 7417925. OLE color: 7417925.

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

Color convert

RGB 69 48 113 -
CMYK 0.39 0.58 0 0.56
HSL 259.38º 0.4% 0.32% -
HSV(B) 259.38º 0.58% 0.44% -
XYZ 6.49 4.57 16.16 -
YUV 61.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 69 48 113 0.39 0.58 0 0.56 259.38 0.4 0.32
Hex 45 30 71 27 3A 0 38 103 28 20
Octal 105 60 161 47 72 0 70 403 50 40
Binary 1000101 110000 1110001 100111 111010 0 111000 100000011 101000 100000

Color Harmonies of #453071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453071

Black with #453071

Text Example


Text Example

White with #453071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453071; }

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

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

background-color css

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

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

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

border-color css

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

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

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