Html Css Color HEX #3C319C Dark Slate Blue

📋 copy color: '#3C319C'

red 60 ◦ green 49 ◦ blue 156

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

Shades of Dark Slate Blue #3C319C

Tints of Dark Slate Blue #3C319C

RGB

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

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

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

R = 22.64%
G = 18.49%
B = 58.87%

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

#3C319C (or 0x3C319C) is known color: Dark Slate Blue. HEX triplet: 3C, 31 and 9C. RGB value is (60,49,156). Sum of RGB (Red+Green+Blue) = 60+49+156=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C319C is #C3CE63. Grayscale: #404040. Windows color (decimal): -12832356 or 10236220. OLE color: 10236220.

HSL color Cylindrical-coordinate representation of color #3C319C: hue angle of 246.17º 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 #3C319C is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 49 156 -
CMYK 0.62 0.69 0 0.39
HSL 246.17º 0.52% 0.4% -
HSV(B) 246.17º 0.69% 0.61% -
XYZ 8.96 5.56 32.05 -
YUV 64.49 179.64 124.8 -
System Red Green Blue C M Y K H S L
Decimal 60 49 156 0.62 0.69 0 0.39 246.17 0.52 0.4
Hex 3C 31 9C 3E 45 0 27 F6 34 28
Octal 74 61 234 76 105 0 47 366 64 50
Binary 111100 110001 10011100 111110 1000101 0 100111 11110110 110100 101000

Color Harmonies of #3C319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C319C

Black with #3C319C

Text Example


Text Example

White with #3C319C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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