#362799

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

Shades of Dark Slate Blue #362799

Tints of Dark Slate Blue #362799

Color information

#362799 (or 0x362799) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 27 and 99. RGB value is (54,39,153). Sum of RGB (Red+Green+Blue) = 54+39+153=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #362799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362799 is #C9D866. Grayscale: #383838. Windows color (decimal): -13228135 or 10037046. OLE color: 10037046.

HSL color Cylindrical-coordinate representation of color #362799: hue angle of 247.89º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #362799 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5439153-
CMYK0.650.7500.4
HSL247.89º59.38%37.65%-
HSV(B)247.89º74.51%60%-
XYZ84.5430.59-
YUV56.48182.47126.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 39 (15.62% from 255) = 15.85%
BLUE value IS 153 (60.16% from 255) = 62.20%
R=21.95%
G=15.85%
B=62.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54391530.650.7500.4247.8959.3837.65
Hex362799414B028f83b26
Octal66472311011130503707346
Binary1101101001111001100110000011001011010100011111000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362799; }

 p { color: rgb(54,39,153); }

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

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

 a { background-color: rgb(54,39,153); }

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

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

 span { border-color: rgb(54,39,153); }

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