Html Css Color HEX #39258F Dark Slate Blue

📋 copy color: '#39258F'

red 57 ◦ green 37 ◦ blue 143

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

Shades of Dark Slate Blue #39258F

Tints of Dark Slate Blue #39258F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.61%

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

R = 24.05%
G = 15.61%
B = 60.34%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#39258F (or 0x39258F) is known color: Dark Slate Blue. HEX triplet: 39, 25 and 8F. RGB value is (57,37,143). Sum of RGB (Red+Green+Blue) = 57+37+143=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 143 (56.25% from 255 or 60.34% from 237); Max value from RGB is 143 - color contains mainly: blue. Hex color #39258F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39258F is #C6DA70. Grayscale: #363636. Windows color (decimal): -13032049 or 9381177. OLE color: 9381177.

HSL color Cylindrical-coordinate representation of color #39258F: hue angle of 251.32º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39258F is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 37 143 -
CMYK 0.60 0.74 0 0.44
HSL 251.32º 0.59% 0.35% -
HSV(B) 251.32º 0.74% 0.56% -
XYZ 7.31 4.18 26.41 -
YUV 55.06 177.63 129.38 -
System Red Green Blue C M Y K H S L
Decimal 57 37 143 0.60 0.74 0 0.44 251.32 0.59 0.35
Hex 39 25 8F 3C 4A 0 2C FB 3B 23
Octal 71 45 217 74 112 0 54 373 73 43
Binary 111001 100101 10001111 111100 1001010 0 101100 11111011 111011 100011

Color Harmonies of #39258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39258F

Black with #39258F

Text Example


Text Example

White with #39258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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