Html Css Color HEX #3C2578 Windsor

📋 copy color: '#3C2578'

red 60 ◦ green 37 ◦ blue 120

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

Shades of Windsor #3C2578

Tints of Windsor #3C2578

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.05%

 BLUE value IS 120 (47.27% from 255) = 55.3%

R = 27.65%
G = 17.05%
B = 55.3%

CMYK

 C value IS 0.5

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C2578 (or 0x3C2578) is known color: Windsor. HEX triplet: 3C, 25 and 78. RGB value is (60,37,120). Sum of RGB (Red+Green+Blue) = 60+37+120=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C2578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2578 is #C3DA87. Grayscale: #353535. Windows color (decimal): -12835464 or 7873852. OLE color: 7873852.

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

Color convert

RGB 60 37 120 -
CMYK 0.5 0.69 0 0.53
HSL 256.63º 0.53% 0.31% -
HSV(B) 256.63º 0.69% 0.47% -
XYZ 5.92 3.64 18.16 -
YUV 53.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 60 37 120 0.5 0.69 0 0.53 256.63 0.53 0.31
Hex 3C 25 78 32 45 0 35 101 35 1F
Octal 74 45 170 62 105 0 65 401 65 37
Binary 111100 100101 1111000 110010 1000101 0 110101 100000001 110101 11111

Color Harmonies of #3C2578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2578

Black with #3C2578

Text Example


Text Example

White with #3C2578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,37,120); }

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

background-color css

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

 a { background-color: rgb(60,37,120); }

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

border-color css

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

 span { border-color: rgb(60,37,120); }

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