Html Css Color HEX #3C319B Dark Slate Blue

📋 copy color: '#3C319B'

red 60 ◦ green 49 ◦ blue 155

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

Shades of Dark Slate Blue #3C319B

Tints of Dark Slate Blue #3C319B

RGB

 RED value IS 60 (23.83% from 255) = 22.73%

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

 BLUE value IS 155 (60.94% from 255) = 58.71%

R = 22.73%
G = 18.56%
B = 58.71%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C319B (or 0x3C319B) is known color: Dark Slate Blue. HEX triplet: 3C, 31 and 9B. RGB value is (60,49,155). Sum of RGB (Red+Green+Blue) = 60+49+155=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C319B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C319B is #C3CE64. Grayscale: #3F3F3F. Windows color (decimal): -12832357 or 10170684. OLE color: 10170684.

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

Color convert

RGB 60 49 155 -
CMYK 0.61 0.68 0 0.39
HSL 246.23º 0.52% 0.4% -
HSV(B) 246.23º 0.68% 0.61% -
XYZ 8.88 5.52 31.61 -
YUV 64.37 179.14 124.88 -
System Red Green Blue C M Y K H S L
Decimal 60 49 155 0.61 0.68 0 0.39 246.23 0.52 0.4
Hex 3C 31 9B 3D 44 0 27 F6 34 28
Octal 74 61 233 75 104 0 47 366 64 50
Binary 111100 110001 10011011 111101 1000100 0 100111 11110110 110100 101000

Color Harmonies of #3C319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C319B

Black with #3C319B

Text Example


Text Example

White with #3C319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,49,155); }

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

background-color css

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

 a { background-color: rgb(60,49,155); }

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

border-color css

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

 span { border-color: rgb(60,49,155); }

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