Html Css Color HEX #39288C Dark Slate Blue

📋 copy color: '#39288C'

red 57 ◦ green 40 ◦ blue 140

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

Shades of Dark Slate Blue #39288C

Tints of Dark Slate Blue #39288C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

 BLUE value IS 140 (55.08% from 255) = 59.07%

R = 24.05%
G = 16.88%
B = 59.07%

CMYK

 C value IS 0.59

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39288C (or 0x39288C) is known color: Dark Slate Blue. HEX triplet: 39, 28 and 8C. RGB value is (57,40,140). Sum of RGB (Red+Green+Blue) = 57+40+140=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #39288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39288C is #C6D773. Grayscale: #383838. Windows color (decimal): -13031284 or 9185337. OLE color: 9185337.

HSL color Cylindrical-coordinate representation of color #39288C: hue angle of 250.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39288C is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 40 140 -
CMYK 0.59 0.71 0 0.45
HSL 250.2º 0.56% 0.35% -
HSV(B) 250.2º 0.71% 0.55% -
XYZ 7.18 4.28 25.26 -
YUV 56.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 57 40 140 0.59 0.71 0 0.45 250.2 0.56 0.35
Hex 39 28 8C 3B 47 0 2D FA 38 23
Octal 71 50 214 73 107 0 55 372 70 43
Binary 111001 101000 10001100 111011 1000111 0 101101 11111010 111000 100011

Color Harmonies of #39288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39288C

Black with #39288C

Text Example


Text Example

White with #39288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39288C; }

 p { color: rgb(57,40,140); }

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

background-color css

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

 a { background-color: rgb(57,40,140); }

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

border-color css

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

 span { border-color: rgb(57,40,140); }

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