#3A268B

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

Shades of Windsor #3A268B

Tints of Windsor #3A268B

Color information

#3A268B (or 0x3A268B) is unknown color: approx Windsor. HEX triplet: 3A, 26 and 8B. RGB value is (58,38,139). Sum of RGB (Red+Green+Blue) = 58+38+139=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A268B is #C5D974. Grayscale: #373737. Windows color (decimal): -12966261 or 9119290. OLE color: 9119290.

HSL color Cylindrical-coordinate representation of color #3A268B: hue angle of 251.88º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A268B is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5838139-
CMYK0.580.7300.45
HSL251.88º57.06%34.71%-
HSV(B)251.88º72.66%54.51%-
XYZ7.14.1524.85-
YUV55.49175.13129.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.68%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 139 (54.69% from 255) = 59.15%
R=24.68%
G=16.17%
B=59.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58381390.580.7300.45251.8857.0634.71
Hex3A268B3A4902Dfc3923
Octal7246213721110553747143
Binary111010100110100010111110101001001010110111111100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,38,139); }

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

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

 a { background-color: rgb(58,38,139); }

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

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

 span { border-color: rgb(58,38,139); }

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