Html Css Color HEX #352880 Windsor

📋 copy color: '#352880'

red 53 ◦ green 40 ◦ blue 128

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

Shades of Windsor #352880

Tints of Windsor #352880

RGB

 RED value IS 53 (21.09% from 255) = 23.98%

 GREEN value IS 40 (16.02% from 255) = 18.1%

 BLUE value IS 128 (50.39% from 255) = 57.92%

R = 23.98%
G = 18.1%
B = 57.92%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#352880 (or 0x352880) is known color: Windsor. HEX triplet: 35, 28 and 80. RGB value is (53,40,128). Sum of RGB (Red+Green+Blue) = 53+40+128=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #352880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352880 is #CAD77F. Grayscale: #353535. Windows color (decimal): -13293440 or 8398901. OLE color: 8398901.

HSL color Cylindrical-coordinate representation of color #352880: hue angle of 248.86º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #352880 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 40 128 -
CMYK 0.59 0.69 0 0.50
HSL 248.86º 0.52% 0.33% -
HSV(B) 248.86º 0.69% 0.5% -
XYZ 6.12 3.83 20.84 -
YUV 53.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 53 40 128 0.59 0.69 0 0.50 248.86 0.52 0.33
Hex 35 28 80 3B 45 0 32 F9 34 21
Octal 65 50 200 73 105 0 62 371 64 41
Binary 110101 101000 10000000 111011 1000101 0 110010 11111001 110100 100001

Color Harmonies of #352880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352880

Black with #352880

Text Example


Text Example

White with #352880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352880; }

 p { color: rgb(53,40,128); }

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

background-color css

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

 a { background-color: rgb(53,40,128); }

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

border-color css

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

 span { border-color: rgb(53,40,128); }

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