#3C278A

Color #3C278A Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #3C278A

Tints of Windsor #3C278A

Color information

#3C278A (or 0x3C278A) is unknown color: approx Windsor. HEX triplet: 3C, 27 and 8A. RGB value is (60,39,138). Sum of RGB (Red+Green+Blue) = 60+39+138=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 138 (54.30% from 255 or 58.23% from 237); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C278A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C278A is #C3D875. Grayscale: #383838. Windows color (decimal): -12834934 or 9054012. OLE color: 9054012.

HSL color Cylindrical-coordinate representation of color #3C278A: hue angle of 252.73º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C278A is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6039138-
CMYK0.570.7200.46
HSL252.73º55.93%34.71%-
HSV(B)252.73º71.74%54.12%-
XYZ7.184.2524.49-
YUV56.56173.96130.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.32%
GREEN value IS 39 (15.62% from 255) = 16.46%
BLUE value IS 138 (54.30% from 255) = 58.23%
R=25.32%
G=16.46%
B=58.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60391380.570.7200.46252.7355.9334.71
Hex3C278A394802Efd3823
Octal7447212711100563757043
Binary111100100111100010101110011001000010111011111101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C278A;
 }
 .AnyTagClassName
 {
   color: #3C278A;
 }
</style>
background-color css

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

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

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

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

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

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