Html Css Color HEX #3B2C7C Windsor

📋 copy color: '#3B2C7C'

red 59 ◦ green 44 ◦ blue 124

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

Shades of Windsor #3B2C7C

Tints of Windsor #3B2C7C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.38%

 BLUE value IS 124 (48.83% from 255) = 54.63%

R = 25.99%
G = 19.38%
B = 54.63%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B2C7C (or 0x3B2C7C) is known color: Windsor. HEX triplet: 3B, 2C and 7C. RGB value is (59,44,124). Sum of RGB (Red+Green+Blue) = 59+44+124=227 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.99% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B2C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2C7C is #C4D383. Grayscale: #393939. Windows color (decimal): -12899204 or 8137787. OLE color: 8137787.

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

Color convert

RGB 59 44 124 -
CMYK 0.52 0.65 0 0.51
HSL 251.25º 0.48% 0.33% -
HSV(B) 251.25º 0.65% 0.49% -
XYZ 6.34 4.19 19.54 -
YUV 57.61 165.47 129 -
System Red Green Blue C M Y K H S L
Decimal 59 44 124 0.52 0.65 0 0.51 251.25 0.48 0.33
Hex 3B 2C 7C 34 41 0 33 FB 30 21
Octal 73 54 174 64 101 0 63 373 60 41
Binary 111011 101100 1111100 110100 1000001 0 110011 11111011 110000 100001

Color Harmonies of #3B2C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2C7C

Black with #3B2C7C

Text Example


Text Example

White with #3B2C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,44,124); }

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

background-color css

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

 a { background-color: rgb(59,44,124); }

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

border-color css

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

 span { border-color: rgb(59,44,124); }

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