Html Css Color HEX #3C2771 Windsor

📋 copy color: '#3C2771'

red 60 ◦ green 39 ◦ blue 113

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

Shades of Windsor #3C2771

Tints of Windsor #3C2771

RGB

 RED value IS 60 (23.83% from 255) = 28.3%

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

 BLUE value IS 113 (44.53% from 255) = 53.3%

R = 28.3%
G = 18.4%
B = 53.3%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C2771 (or 0x3C2771) is known color: Windsor. HEX triplet: 3C, 27 and 71. RGB value is (60,39,113). Sum of RGB (Red+Green+Blue) = 60+39+113=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C2771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2771 is #C3D88E. Grayscale: #353535. Windows color (decimal): -12834959 or 7415612. OLE color: 7415612.

HSL color Cylindrical-coordinate representation of color #3C2771: hue angle of 257.03º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C2771 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 39 113 -
CMYK 0.47 0.65 0 0.56
HSL 257.03º 0.49% 0.3% -
HSV(B) 257.03º 0.65% 0.44% -
XYZ 5.57 3.6 16.02 -
YUV 53.72 161.46 132.48 -
System Red Green Blue C M Y K H S L
Decimal 60 39 113 0.47 0.65 0 0.56 257.03 0.49 0.3
Hex 3C 27 71 2F 41 0 38 101 31 1E
Octal 74 47 161 57 101 0 70 401 61 36
Binary 111100 100111 1110001 101111 1000001 0 111000 100000001 110001 11110

Color Harmonies of #3C2771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2771

Black with #3C2771

Text Example


Text Example

White with #3C2771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,39,113); }

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

background-color css

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

 a { background-color: rgb(60,39,113); }

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

border-color css

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

 span { border-color: rgb(60,39,113); }

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