#3A2775

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

Shades of Windsor #3A2775

Tints of Windsor #3A2775

Color information

#3A2775 (or 0x3A2775) is unknown color: approx Windsor. HEX triplet: 3A, 27 and 75. RGB value is (58,39,117). Sum of RGB (Red+Green+Blue) = 58+39+117=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A2775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2775 is #C5D88A. Grayscale: #353535. Windows color (decimal): -12966027 or 7677754. OLE color: 7677754.

HSL color Cylindrical-coordinate representation of color #3A2775: hue angle of 254.62º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A2775 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5839117-
CMYK0.500.6700.54
HSL254.62º50%30.59%-
HSV(B)254.62º66.67%45.88%-
XYZ5.683.6317.23-
YUV53.57163.79131.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.10%
GREEN value IS 39 (15.62% from 255) = 18.22%
BLUE value IS 117 (46.09% from 255) = 54.67%
R=27.10%
G=18.22%
B=54.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58391170.500.6700.54254.625030.59
Hex3A27753243036ff321f
Octal7247165621030663776237
Binary1110101001111110101110010100001101101101111111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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