#3A277A

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

Shades of Windsor #3A277A

Tints of Windsor #3A277A

Color information

#3A277A (or 0x3A277A) is unknown color: approx Windsor. HEX triplet: 3A, 27 and 7A. RGB value is (58,39,122). Sum of RGB (Red+Green+Blue) = 58+39+122=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A277A is #C5D885. Grayscale: #353535. Windows color (decimal): -12966022 or 8005434. OLE color: 8005434.

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

Color convert

RGB5839122-
CMYK0.520.6800.52
HSL253.73º51.55%31.57%-
HSV(B)253.73º68.03%47.84%-
XYZ5.983.7618.82-
YUV54.14166.29130.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.48%
GREEN value IS 39 (15.62% from 255) = 17.81%
BLUE value IS 122 (48.05% from 255) = 55.71%
R=26.48%
G=17.81%
B=55.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58391220.520.6800.52253.7351.5531.57
Hex3A277A3444034fe3420
Octal7247172641040643766440
Binary11101010011111110101101001000100011010011111110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,39,122); }

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

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

 a { background-color: rgb(58,39,122); }

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

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

 span { border-color: rgb(58,39,122); }

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