Html Css Color HEX #392F8F Dark Slate Blue

📋 copy color: '#392F8F'

red 57 ◦ green 47 ◦ blue 143

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

Shades of Dark Slate Blue #392F8F

Tints of Dark Slate Blue #392F8F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.03%

 BLUE value IS 143 (56.25% from 255) = 57.89%

R = 23.08%
G = 19.03%
B = 57.89%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#392F8F (or 0x392F8F) is known color: Dark Slate Blue. HEX triplet: 39, 2F and 8F. RGB value is (57,47,143). Sum of RGB (Red+Green+Blue) = 57+47+143=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 143 (56.25% from 255 or 57.89% from 247); Max value from RGB is 143 - color contains mainly: blue. Hex color #392F8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392F8F is #C6D070. Grayscale: #3C3C3C. Windows color (decimal): -13029489 or 9383737. OLE color: 9383737.

HSL color Cylindrical-coordinate representation of color #392F8F: hue angle of 246.25º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #392F8F is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 47 143 -
CMYK 0.60 0.67 0 0.44
HSL 246.25º 0.51% 0.37% -
HSV(B) 246.25º 0.67% 0.56% -
XYZ 7.66 4.89 26.53 -
YUV 60.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 57 47 143 0.60 0.67 0 0.44 246.25 0.51 0.37
Hex 39 2F 8F 3C 43 0 2C F6 33 25
Octal 71 57 217 74 103 0 54 366 63 45
Binary 111001 101111 10001111 111100 1000011 0 101100 11110110 110011 100101

Color Harmonies of #392F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392F8F

Black with #392F8F

Text Example


Text Example

White with #392F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392F8F; }

 p { color: rgb(57,47,143); }

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

background-color css

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

 a { background-color: rgb(57,47,143); }

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

border-color css

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

 span { border-color: rgb(57,47,143); }

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