Html Css Color HEX #39298D Dark Slate Blue

📋 copy color: '#39298D'

red 57 ◦ green 41 ◦ blue 141

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

Shades of Dark Slate Blue #39298D

Tints of Dark Slate Blue #39298D

RGB

 RED value IS 57 (22.66% from 255) = 23.85%

 GREEN value IS 41 (16.41% from 255) = 17.15%

 BLUE value IS 141 (55.47% from 255) = 59%

R = 23.85%
G = 17.15%
B = 59%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39298D (or 0x39298D) is known color: Dark Slate Blue. HEX triplet: 39, 29 and 8D. RGB value is (57,41,141). Sum of RGB (Red+Green+Blue) = 57+41+141=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #39298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39298D is #C6D672. Grayscale: #383838. Windows color (decimal): -13031027 or 9251129. OLE color: 9251129.

HSL color Cylindrical-coordinate representation of color #39298D: hue angle of 249.6º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39298D is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 41 141 -
CMYK 0.60 0.71 0 0.45
HSL 249.6º 0.55% 0.36% -
HSV(B) 249.6º 0.71% 0.55% -
XYZ 7.29 4.38 25.66 -
YUV 57.18 175.3 127.87 -
System Red Green Blue C M Y K H S L
Decimal 57 41 141 0.60 0.71 0 0.45 249.6 0.55 0.36
Hex 39 29 8D 3C 47 0 2D FA 37 24
Octal 71 51 215 74 107 0 55 372 67 44
Binary 111001 101001 10001101 111100 1000111 0 101101 11111010 110111 100100

Color Harmonies of #39298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39298D

Black with #39298D

Text Example


Text Example

White with #39298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39298D; }

 p { color: rgb(57,41,141); }

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

background-color css

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

 a { background-color: rgb(57,41,141); }

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

border-color css

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

 span { border-color: rgb(57,41,141); }

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