Html Css Color HEX #453375 Windsor

📋 copy color: '#453375'

red 69 ◦ green 51 ◦ blue 117

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

Shades of Windsor #453375

Tints of Windsor #453375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.52%

 BLUE value IS 117 (46.09% from 255) = 49.37%

R = 29.11%
G = 21.52%
B = 49.37%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#453375 (or 0x453375) is known color: Windsor. HEX triplet: 45, 33 and 75. RGB value is (69,51,117). Sum of RGB (Red+Green+Blue) = 69+51+117=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #453375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453375 is #BACC8A. Grayscale: #3F3F3F. Windows color (decimal): -12242059 or 7680837. OLE color: 7680837.

HSL color Cylindrical-coordinate representation of color #453375: hue angle of 256.36º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #453375 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 51 117 -
CMYK 0.41 0.56 0 0.54
HSL 256.36º 0.39% 0.33% -
HSV(B) 256.36º 0.56% 0.46% -
XYZ 6.85 4.92 17.42 -
YUV 63.91 157.96 131.63 -
System Red Green Blue C M Y K H S L
Decimal 69 51 117 0.41 0.56 0 0.54 256.36 0.39 0.33
Hex 45 33 75 29 38 0 36 100 27 21
Octal 105 63 165 51 70 0 66 400 47 41
Binary 1000101 110011 1110101 101001 111000 0 110110 100000000 100111 100001

Color Harmonies of #453375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453375

Black with #453375

Text Example


Text Example

White with #453375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453375; }

 p { color: rgb(69,51,117); }

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

background-color css

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

 a { background-color: rgb(69,51,117); }

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

border-color css

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

 span { border-color: rgb(69,51,117); }

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