Html Css Color HEX #3B2179 Windsor

📋 copy color: '#3B2179'

red 59 ◦ green 33 ◦ blue 121

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

Shades of Windsor #3B2179

Tints of Windsor #3B2179

RGB

 RED value IS 59 (23.44% from 255) = 27.7%

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

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

R = 27.7%
G = 15.49%
B = 56.81%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3B2179 (or 0x3B2179) is known color: Windsor. HEX triplet: 3B, 21 and 79. RGB value is (59,33,121). Sum of RGB (Red+Green+Blue) = 59+33+121=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 33 (13.28% from 255 or 15.49% 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 #3B2179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2179 is #C4DE86. Grayscale: #323232. Windows color (decimal): -12902023 or 7938363. OLE color: 7938363.

HSL color Cylindrical-coordinate representation of color #3B2179: hue angle of 257.73º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B2179 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 33 121 -
CMYK 0.51 0.73 0 0.53
HSL 257.73º 0.57% 0.3% -
HSV(B) 257.73º 0.73% 0.47% -
XYZ 5.8 3.4 18.44 -
YUV 50.81 167.61 133.84 -
System Red Green Blue C M Y K H S L
Decimal 59 33 121 0.51 0.73 0 0.53 257.73 0.57 0.3
Hex 3B 21 79 33 49 0 35 102 39 1E
Octal 73 41 171 63 111 0 65 402 71 36
Binary 111011 100001 1111001 110011 1001001 0 110101 100000010 111001 11110

Color Harmonies of #3B2179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2179

Black with #3B2179

Text Example


Text Example

White with #3B2179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B2179; }

 p { color: rgb(59,33,121); }

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

background-color css

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

 a { background-color: rgb(59,33,121); }

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

border-color css

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

 span { border-color: rgb(59,33,121); }

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