Html Css Color HEX #3C2371 Windsor

📋 copy color: '#3C2371'

red 60 ◦ green 35 ◦ blue 113

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

Shades of Windsor #3C2371

Tints of Windsor #3C2371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.83%

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

R = 28.85%
G = 16.83%
B = 54.33%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C2371 (or 0x3C2371) is known color: Windsor. HEX triplet: 3C, 23 and 71. RGB value is (60,35,113). Sum of RGB (Red+Green+Blue) = 60+35+113=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C2371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2371 is #C3DC8E. Grayscale: #333333. Windows color (decimal): -12835983 or 7414588. OLE color: 7414588.

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

Color convert

RGB 60 35 113 -
CMYK 0.47 0.69 0 0.56
HSL 259.23º 0.53% 0.29% -
HSV(B) 259.23º 0.69% 0.44% -
XYZ 5.45 3.35 15.98 -
YUV 51.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 60 35 113 0.47 0.69 0 0.56 259.23 0.53 0.29
Hex 3C 23 71 2F 45 0 38 103 35 1D
Octal 74 43 161 57 105 0 70 403 65 35
Binary 111100 100011 1110001 101111 1000101 0 111000 100000011 110101 11101

Color Harmonies of #3C2371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2371

Black with #3C2371

Text Example


Text Example

White with #3C2371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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