Html Css Color HEX #3C2471 Windsor

📋 copy color: '#3C2471'

red 60 ◦ green 36 ◦ blue 113

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

Shades of Windsor #3C2471

Tints of Windsor #3C2471

RGB

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

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

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

R = 28.71%
G = 17.22%
B = 54.07%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C2471 (or 0x3C2471) is known color: Windsor. HEX triplet: 3C, 24 and 71. RGB value is (60,36,113). Sum of RGB (Red+Green+Blue) = 60+36+113=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C2471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2471 is #C3DB8E. Grayscale: #333333. Windows color (decimal): -12835727 or 7414844. OLE color: 7414844.

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

Color convert

RGB 60 36 113 -
CMYK 0.47 0.68 0 0.56
HSL 258.7º 0.52% 0.29% -
HSV(B) 258.7º 0.68% 0.44% -
XYZ 5.47 3.41 15.99 -
YUV 51.95 162.45 133.74 -
System Red Green Blue C M Y K H S L
Decimal 60 36 113 0.47 0.68 0 0.56 258.7 0.52 0.29
Hex 3C 24 71 2F 44 0 38 103 34 1D
Octal 74 44 161 57 104 0 70 403 64 35
Binary 111100 100100 1110001 101111 1000100 0 111000 100000011 110100 11101

Color Harmonies of #3C2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2471

Black with #3C2471

Text Example


Text Example

White with #3C2471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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