Html Css Color HEX #39268F Dark Slate Blue

📋 copy color: '#39268F'

red 57 ◦ green 38 ◦ blue 143

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

Shades of Dark Slate Blue #39268F

Tints of Dark Slate Blue #39268F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.97%

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

R = 23.95%
G = 15.97%
B = 60.08%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#39268F (or 0x39268F) is known color: Dark Slate Blue. HEX triplet: 39, 26 and 8F. RGB value is (57,38,143). Sum of RGB (Red+Green+Blue) = 57+38+143=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 143 (56.25% from 255 or 60.08% from 238); Max value from RGB is 143 - color contains mainly: blue. Hex color #39268F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39268F is #C6D970. Grayscale: #373737. Windows color (decimal): -13031793 or 9381433. OLE color: 9381433.

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

Color convert

RGB 57 38 143 -
CMYK 0.60 0.73 0 0.44
HSL 250.86º 0.58% 0.35% -
HSV(B) 250.86º 0.73% 0.56% -
XYZ 7.34 4.24 26.42 -
YUV 55.65 177.29 128.96 -
System Red Green Blue C M Y K H S L
Decimal 57 38 143 0.60 0.73 0 0.44 250.86 0.58 0.35
Hex 39 26 8F 3C 49 0 2C FB 3A 23
Octal 71 46 217 74 111 0 54 373 72 43
Binary 111001 100110 10001111 111100 1001001 0 101100 11111011 111010 100011

Color Harmonies of #39268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39268F

Black with #39268F

Text Example


Text Example

White with #39268F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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