#332798

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

Shades of Dark Slate Blue #332798

Tints of Dark Slate Blue #332798

Color information

#332798 (or 0x332798) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 27 and 98. RGB value is (51,39,152). Sum of RGB (Red+Green+Blue) = 51+39+152=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #332798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332798 is #CCD867. Grayscale: #373737. Windows color (decimal): -13424744 or 9971507. OLE color: 9971507.

HSL color Cylindrical-coordinate representation of color #332798: hue angle of 246.37º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #332798 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5139152-
CMYK0.660.7400.40
HSL246.37º59.16%37.45%-
HSV(B)246.37º74.34%59.61%-
XYZ7.764.4230.15-
YUV55.47182.48124.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 39 (15.62% from 255) = 16.12%
BLUE value IS 152 (59.77% from 255) = 62.81%
R=21.07%
G=16.12%
B=62.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51391520.660.7400.40246.3759.1637.45
Hex332798424A028f63b25
Octal63472301021120503667345
Binary1100111001111001100010000101001010010100011110110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332798; }

 p { color: rgb(51,39,152); }

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

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

 a { background-color: rgb(51,39,152); }

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

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

 span { border-color: rgb(51,39,152); }

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