Html Css Color HEX #453083 Windsor

📋 copy color: '#453083'

red 69 ◦ green 48 ◦ blue 131

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

Shades of Windsor #453083

Tints of Windsor #453083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.82%

R = 27.82%
G = 19.35%
B = 52.82%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#453083 (or 0x453083) is known color: Windsor. HEX triplet: 45, 30 and 83. RGB value is (69,48,131). Sum of RGB (Red+Green+Blue) = 69+48+131=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #453083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453083 is #BACF7C. Grayscale: #3F3F3F. Windows color (decimal): -12242813 or 8597573. OLE color: 8597573.

HSL color Cylindrical-coordinate representation of color #453083: hue angle of 255.18º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #453083 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 48 131 -
CMYK 0.47 0.63 0 0.49
HSL 255.18º 0.46% 0.35% -
HSV(B) 255.18º 0.63% 0.51% -
XYZ 7.61 5.02 22.04 -
YUV 63.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 69 48 131 0.47 0.63 0 0.49 255.18 0.46 0.35
Hex 45 30 83 2F 3F 0 31 FF 2E 23
Octal 105 60 203 57 77 0 61 377 56 43
Binary 1000101 110000 10000011 101111 111111 0 110001 11111111 101110 100011

Color Harmonies of #453083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453083

Black with #453083

Text Example


Text Example

White with #453083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453083; }

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

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

background-color css

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

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

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

border-color css

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

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

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