Html Css Color HEX #39339A Dark Slate Blue

📋 copy color: '#39339A'

red 57 ◦ green 51 ◦ blue 154

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

Shades of Dark Slate Blue #39339A

Tints of Dark Slate Blue #39339A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.47%

 BLUE value IS 154 (60.55% from 255) = 58.78%

R = 21.76%
G = 19.47%
B = 58.78%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#39339A (or 0x39339A) is known color: Dark Slate Blue. HEX triplet: 39, 33 and 9A. RGB value is (57,51,154). Sum of RGB (Red+Green+Blue) = 57+51+154=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #39339A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39339A is #C6CC65. Grayscale: #404040. Windows color (decimal): -13028454 or 10105657. OLE color: 10105657.

HSL color Cylindrical-coordinate representation of color #39339A: hue angle of 243.5º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39339A is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 51 154 -
CMYK 0.63 0.67 0 0.40
HSL 243.5º 0.5% 0.4% -
HSV(B) 243.5º 0.67% 0.6% -
XYZ 8.7 5.57 31.19 -
YUV 64.54 178.49 122.62 -
System Red Green Blue C M Y K H S L
Decimal 57 51 154 0.63 0.67 0 0.40 243.5 0.5 0.4
Hex 39 33 9A 3F 43 0 28 F3 32 28
Octal 71 63 232 77 103 0 50 363 62 50
Binary 111001 110011 10011010 111111 1000011 0 101000 11110011 110010 101000

Color Harmonies of #39339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39339A

Black with #39339A

Text Example


Text Example

White with #39339A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39339A; }

 p { color: rgb(57,51,154); }

 H1.HeaderClassName
 {
   color: #39339A;
 }
 .AnyTagClassName
 {
   color: #39339A;
 }
</style>

background-color css

<style>
 a { background-color: #39339A; }

 a { background-color: rgb(57,51,154); }

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

border-color css

<style>
 span { border-color: #39339A; }

 span { border-color: rgb(57,51,154); }

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