#3D278A

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

Shades of Windsor #3D278A

Tints of Windsor #3D278A

Color information

#3D278A (or 0x3D278A) is unknown color: approx Windsor. HEX triplet: 3D, 27 and 8A. RGB value is (61,39,138). Sum of RGB (Red+Green+Blue) = 61+39+138=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D278A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D278A is #C2D875. Grayscale: #383838. Windows color (decimal): -12769398 or 9054013. OLE color: 9054013.

HSL color Cylindrical-coordinate representation of color #3D278A: hue angle of 253.33º 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 #3D278A is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6139138-
CMYK0.560.7200.46
HSL253.33º55.93%34.71%-
HSV(B)253.33º71.74%54.12%-
XYZ7.244.2824.49-
YUV56.86173.79130.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.63%
GREEN value IS 39 (15.62% from 255) = 16.39%
BLUE value IS 138 (54.30% from 255) = 57.98%
R=25.63%
G=16.39%
B=57.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61391380.560.7200.46253.3355.9334.71
Hex3D278A384802Efd3823
Octal7547212701100563757043
Binary111101100111100010101110001001000010111011111101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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