Html Css Color HEX #3C247C Windsor

📋 copy color: '#3C247C'

red 60 ◦ green 36 ◦ blue 124

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

Shades of Windsor #3C247C

Tints of Windsor #3C247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

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

R = 27.27%
G = 16.36%
B = 56.36%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C247C (or 0x3C247C) is known color: Windsor. HEX triplet: 3C, 24 and 7C. RGB value is (60,36,124). Sum of RGB (Red+Green+Blue) = 60+36+124=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C247C is #C3DB83. Grayscale: #343434. Windows color (decimal): -12835716 or 8135740. OLE color: 8135740.

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

Color convert

RGB 60 36 124 -
CMYK 0.52 0.71 0 0.51
HSL 256.36º 0.55% 0.31% -
HSV(B) 256.36º 0.71% 0.49% -
XYZ 6.13 3.68 19.46 -
YUV 53.21 167.95 132.84 -
System Red Green Blue C M Y K H S L
Decimal 60 36 124 0.52 0.71 0 0.51 256.36 0.55 0.31
Hex 3C 24 7C 34 47 0 33 100 37 1F
Octal 74 44 174 64 107 0 63 400 67 37
Binary 111100 100100 1111100 110100 1000111 0 110011 100000000 110111 11111

Color Harmonies of #3C247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C247C

Black with #3C247C

Text Example


Text Example

White with #3C247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,36,124); }

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

background-color css

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

 a { background-color: rgb(60,36,124); }

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

border-color css

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

 span { border-color: rgb(60,36,124); }

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