#383093

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

Shades of Dark Slate Blue #383093

Tints of Dark Slate Blue #383093

Color information

#383093 (or 0x383093) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 30 and 93. RGB value is (56,48,147). Sum of RGB (Red+Green+Blue) = 56+48+147=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #383093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383093 is #C7CF6C. Grayscale: #3D3D3D. Windows color (decimal): -13094765 or 9646136. OLE color: 9646136.

HSL color Cylindrical-coordinate representation of color #383093: hue angle of 244.85º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #383093 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5648147-
CMYK0.620.6700.42
HSL244.85º50.77%38.24%-
HSV(B)244.85º67.35%57.65%-
XYZ7.955.0628.16-
YUV61.68176.15123.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 48 (19.14% from 255) = 19.12%
BLUE value IS 147 (57.81% from 255) = 58.57%
R=22.31%
G=19.12%
B=58.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56481470.620.6700.42244.8550.7738.24
Hex3830933E4302Af53326
Octal7060223761030523656346
Binary111000110000100100111111101000011010101011110101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383093; }

 p { color: rgb(56,48,147); }

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

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

 a { background-color: rgb(56,48,147); }

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

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

 span { border-color: rgb(56,48,147); }

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