#3A2774

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

Shades of Windsor #3A2774

Tints of Windsor #3A2774

Color information

#3A2774 (or 0x3A2774) is unknown color: approx Windsor. HEX triplet: 3A, 27 and 74. RGB value is (58,39,116). Sum of RGB (Red+Green+Blue) = 58+39+116=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A2774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2774 is #C5D88B. Grayscale: #353535. Windows color (decimal): -12966028 or 7612218. OLE color: 7612218.

HSL color Cylindrical-coordinate representation of color #3A2774: hue angle of 254.81º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A2774 is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5839116-
CMYK0.50.6600.55
HSL254.81º49.68%30.39%-
HSV(B)254.81º66.38%45.49%-
XYZ5.623.6116.92-
YUV53.46163.29131.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.23%
GREEN value IS 39 (15.62% from 255) = 18.31%
BLUE value IS 116 (45.70% from 255) = 54.46%
R=27.23%
G=18.31%
B=54.46%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58391160.50.6600.55254.8149.6830.39
Hex3A27743242037ff321e
Octal7247164621020673776236
Binary1110101001111110100110010100001001101111111111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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