Html Css Color HEX #3C276F Windsor

📋 copy color: '#3C276F'

red 60 ◦ green 39 ◦ blue 111

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

Shades of Windsor #3C276F

Tints of Windsor #3C276F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.86%

R = 28.57%
G = 18.57%
B = 52.86%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C276F (or 0x3C276F) is known color: Windsor. HEX triplet: 3C, 27 and 6F. RGB value is (60,39,111). Sum of RGB (Red+Green+Blue) = 60+39+111=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C276F is #C3D890. Grayscale: #353535. Windows color (decimal): -12834961 or 7284540. OLE color: 7284540.

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

Color convert

RGB 60 39 111 -
CMYK 0.46 0.65 0 0.56
HSL 257.5º 0.48% 0.29% -
HSV(B) 257.5º 0.65% 0.44% -
XYZ 5.46 3.56 15.44 -
YUV 53.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 60 39 111 0.46 0.65 0 0.56 257.5 0.48 0.29
Hex 3C 27 6F 2E 41 0 38 102 30 1D
Octal 74 47 157 56 101 0 70 402 60 35
Binary 111100 100111 1101111 101110 1000001 0 111000 100000010 110000 11101

Color Harmonies of #3C276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C276F

Black with #3C276F

Text Example


Text Example

White with #3C276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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