#3226A1

Color #3226A1 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #3226A1

Tints of Dark Slate Blue #3226A1

Color information

#3226A1 (or 0x3226A1) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 26 and A1. RGB value is (50,38,161). Sum of RGB (Red+Green+Blue) = 50+38+161=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 161 (63.28% from 255 or 64.66% from 249); Max value from RGB is 161 - color contains mainly: blue. Hex color #3226A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3226A1 is #CDD95E. Grayscale: #373737. Windows color (decimal): -13490527 or 10561074. OLE color: 10561074.

HSL color Cylindrical-coordinate representation of color #3226A1: hue angle of 245.85º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3226A1 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5038161-
CMYK0.690.7600.37
HSL245.85º61.81%39.02%-
HSV(B)245.85º76.4%63.14%-
XYZ8.444.6434.17-
YUV55.61187.48124-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 38 (15.23% from 255) = 15.26%
BLUE value IS 161 (63.28% from 255) = 64.66%
R=20.08%
G=15.26%
B=64.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal50381610.690.7600.37245.8561.8139.02
Hex3226A1454C025f63e27
Octal62462411051140453667647
Binary1100101001101010000110001011001100010010111110110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3226A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3226A1; }

 p { color: rgb(50,38,161); }

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

<style>
 a { background-color: #3226A1; }

 a { background-color: rgb(50,38,161); }

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

<style>
 span { border-color: #3226A1; }

 span { border-color: rgb(50,38,161); }

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