Html Css Color HEX #3B319C Dark Slate Blue

📋 copy color: '#3B319C'

red 59 ◦ green 49 ◦ blue 156

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

Shades of Dark Slate Blue #3B319C

Tints of Dark Slate Blue #3B319C

RGB

 RED value IS 59 (23.44% from 255) = 22.35%

 GREEN value IS 49 (19.53% from 255) = 18.56%

 BLUE value IS 156 (61.33% from 255) = 59.09%

R = 22.35%
G = 18.56%
B = 59.09%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3B319C (or 0x3B319C) is known color: Dark Slate Blue. HEX triplet: 3B, 31 and 9C. RGB value is (59,49,156). Sum of RGB (Red+Green+Blue) = 59+49+156=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #3B319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B319C is #C4CE63. Grayscale: #3F3F3F. Windows color (decimal): -12897892 or 10236219. OLE color: 10236219.

HSL color Cylindrical-coordinate representation of color #3B319C: hue angle of 245.61º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B319C is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 59 49 156 -
CMYK 0.62 0.69 0 0.39
HSL 245.61º 0.52% 0.4% -
HSV(B) 245.61º 0.69% 0.61% -
XYZ 8.9 5.53 32.05 -
YUV 64.19 179.81 124.3 -
System Red Green Blue C M Y K H S L
Decimal 59 49 156 0.62 0.69 0 0.39 245.61 0.52 0.4
Hex 3B 31 9C 3E 45 0 27 F6 34 28
Octal 73 61 234 76 105 0 47 366 64 50
Binary 111011 110001 10011100 111110 1000101 0 100111 11110110 110100 101000

Color Harmonies of #3B319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B319C

Black with #3B319C

Text Example


Text Example

White with #3B319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B319C; }

 p { color: rgb(59,49,156); }

 H1.HeaderClassName
 {
   color: #3B319C;
 }
 .AnyTagClassName
 {
   color: #3B319C;
 }
</style>

background-color css

<style>
 a { background-color: #3B319C; }

 a { background-color: rgb(59,49,156); }

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

border-color css

<style>
 span { border-color: #3B319C; }

 span { border-color: rgb(59,49,156); }

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