Html Css Color HEX #452185 Windsor

📋 copy color: '#452185'

red 69 ◦ green 33 ◦ blue 133

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

Shades of Windsor #452185

Tints of Windsor #452185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.04%

 BLUE value IS 133 (52.34% from 255) = 56.6%

R = 29.36%
G = 14.04%
B = 56.6%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#452185 (or 0x452185) is known color: Windsor. HEX triplet: 45, 21 and 85. RGB value is (69,33,133). Sum of RGB (Red+Green+Blue) = 69+33+133=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #452185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452185 is #BADE7A. Grayscale: #363636. Windows color (decimal): -12246651 or 8724805. OLE color: 8724805.

HSL color Cylindrical-coordinate representation of color #452185: hue angle of 261.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #452185 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 33 133 -
CMYK 0.48 0.75 0 0.48
HSL 261.6º 0.6% 0.33% -
HSV(B) 261.6º 0.75% 0.52% -
XYZ 7.23 4.05 22.59 -
YUV 55.16 171.93 137.87 -
System Red Green Blue C M Y K H S L
Decimal 69 33 133 0.48 0.75 0 0.48 261.6 0.6 0.33
Hex 45 21 85 30 4B 0 30 106 3C 21
Octal 105 41 205 60 113 0 60 406 74 41
Binary 1000101 100001 10000101 110000 1001011 0 110000 100000110 111100 100001

Color Harmonies of #452185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452185

Black with #452185

Text Example


Text Example

White with #452185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452185; }

 p { color: rgb(69,33,133); }

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

background-color css

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

 a { background-color: rgb(69,33,133); }

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

border-color css

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

 span { border-color: rgb(69,33,133); }

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