Html Css Color HEX #352779 Windsor

📋 copy color: '#352779'

red 53 ◦ green 39 ◦ blue 121

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

Shades of Windsor #352779

Tints of Windsor #352779

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.31%

 BLUE value IS 121 (47.66% from 255) = 56.81%

R = 24.88%
G = 18.31%
B = 56.81%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#352779 (or 0x352779) is known color: Windsor. HEX triplet: 35, 27 and 79. RGB value is (53,39,121). Sum of RGB (Red+Green+Blue) = 53+39+121=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #352779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352779 is #CAD886. Grayscale: #343434. Windows color (decimal): -13293703 or 7939893. OLE color: 7939893.

HSL color Cylindrical-coordinate representation of color #352779: hue angle of 250.24º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352779 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 39 121 -
CMYK 0.56 0.68 0 0.53
HSL 250.24º 0.51% 0.31% -
HSV(B) 250.24º 0.68% 0.47% -
XYZ 5.64 3.59 18.48 -
YUV 52.53 166.64 128.33 -
System Red Green Blue C M Y K H S L
Decimal 53 39 121 0.56 0.68 0 0.53 250.24 0.51 0.31
Hex 35 27 79 38 44 0 35 FA 33 1F
Octal 65 47 171 70 104 0 65 372 63 37
Binary 110101 100111 1111001 111000 1000100 0 110101 11111010 110011 11111

Color Harmonies of #352779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352779

Black with #352779

Text Example


Text Example

White with #352779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352779; }

 p { color: rgb(53,39,121); }

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

background-color css

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

 a { background-color: rgb(53,39,121); }

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

border-color css

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

 span { border-color: rgb(53,39,121); }

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