Html Css Color HEX #383499 Dark Slate Blue

📋 copy color: '#383499'

red 56 ◦ green 52 ◦ blue 153

#383499
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #383499

Tints of Dark Slate Blue #383499

RGB

 RED value IS 56 (22.27% from 255) = 21.46%

 GREEN value IS 52 (20.7% from 255) = 19.92%

 BLUE value IS 153 (60.16% from 255) = 58.62%

R = 21.46%
G = 19.92%
B = 58.62%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#383499 (or 0x383499) is known color: Dark Slate Blue. HEX triplet: 38, 34 and 99. RGB value is (56,52,153). Sum of RGB (Red+Green+Blue) = 56+52+153=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #383499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383499 is #C7CB66. Grayscale: #404040. Windows color (decimal): -13093735 or 10040376. OLE color: 10040376.

HSL color Cylindrical-coordinate representation of color #383499: hue angle of 242.38º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #383499 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 52 153 -
CMYK 0.63 0.66 0 0.4
HSL 242.38º 0.49% 0.4% -
HSV(B) 242.38º 0.66% 0.6% -
XYZ 8.61 5.6 30.76 -
YUV 64.71 177.83 121.79 -
System Red Green Blue C M Y K H S L
Decimal 56 52 153 0.63 0.66 0 0.4 242.38 0.49 0.4
Hex 38 34 99 3F 42 0 28 F2 31 28
Octal 70 64 231 77 102 0 50 362 61 50
Binary 111000 110100 10011001 111111 1000010 0 101000 11110010 110001 101000

Color Harmonies of #383499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383499

Black with #383499

Text Example


Text Example

White with #383499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383499; }

 p { color: rgb(56,52,153); }

 H1.HeaderClassName
 {
   color: #383499;
 }
 .AnyTagClassName
 {
   color: #383499;
 }
</style>

background-color css

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

 a { background-color: rgb(56,52,153); }

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

border-color css

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

 span { border-color: rgb(56,52,153); }

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