Html Css Color HEX #392B99 Dark Slate Blue

📋 copy color: '#392B99'

red 57 ◦ green 43 ◦ blue 153

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

Shades of Dark Slate Blue #392B99

Tints of Dark Slate Blue #392B99

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17%

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

R = 22.53%
G = 17%
B = 60.47%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#392B99 (or 0x392B99) is known color: Dark Slate Blue. HEX triplet: 39, 2B and 99. RGB value is (57,43,153). Sum of RGB (Red+Green+Blue) = 57+43+153=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #392B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392B99 is #C6D466. Grayscale: #3B3B3B. Windows color (decimal): -13030503 or 10038073. OLE color: 10038073.

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

Color convert

RGB 57 43 153 -
CMYK 0.63 0.72 0 0.4
HSL 247.64º 0.56% 0.38% -
HSV(B) 247.64º 0.72% 0.6% -
XYZ 8.3 4.9 30.64 -
YUV 59.73 180.64 126.06 -
System Red Green Blue C M Y K H S L
Decimal 57 43 153 0.63 0.72 0 0.4 247.64 0.56 0.38
Hex 39 2B 99 3F 48 0 28 F8 38 26
Octal 71 53 231 77 110 0 50 370 70 46
Binary 111001 101011 10011001 111111 1001000 0 101000 11111000 111000 100110

Color Harmonies of #392B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B99

Black with #392B99

Text Example


Text Example

White with #392B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,43,153); }

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

background-color css

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

 a { background-color: rgb(57,43,153); }

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

border-color css

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

 span { border-color: rgb(57,43,153); }

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