#3a277d

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

Shades of Windsor #3A277D

Tints of Windsor #3A277D

Color information

#3A277D (or 0x3A277D) is unknown color: approx Windsor. HEX triplet: 3A, 27 and 7D. RGB value is (58,39,125). Sum of RGB (Red+Green+Blue) = 58+39+125=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A277D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A277D is #C5D882. Grayscale: #363636. Windows color (decimal): -12966019 or 8202042. OLE color: 8202042.

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

Color convert

RGB5839125-
CMYK0.540.6900.51
HSL253.26º52.44%32.16%-
HSV(B)253.26º68.8%49.02%-
XYZ6.173.8319.82-
YUV54.48167.79130.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.13%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 125 (49.22% from 255) = 56.31%
R=26.13%
G=17.57%
B=56.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58391250.540.6900.51253.2652.4432.16
Hex3A277D3645033fd3420
Octal7247175661050633756440
Binary11101010011111111011101101000101011001111111101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a277d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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