Html Css Color HEX #333193 Dark Slate Blue

📋 copy color: '#333193'

red 51 ◦ green 49 ◦ blue 147

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

Shades of Dark Slate Blue #333193

Tints of Dark Slate Blue #333193

RGB

 RED value IS 51 (20.31% from 255) = 20.65%

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

 BLUE value IS 147 (57.81% from 255) = 59.51%

R = 20.65%
G = 19.84%
B = 59.51%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#333193 (or 0x333193) is known color: Dark Slate Blue. HEX triplet: 33, 31 and 93. RGB value is (51,49,147). Sum of RGB (Red+Green+Blue) = 51+49+147=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #333193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333193 is #CCCE6C. Grayscale: #3C3C3C. Windows color (decimal): -13422189 or 9646387. OLE color: 9646387.

HSL color Cylindrical-coordinate representation of color #333193: hue angle of 241.22º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #333193 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 49 147 -
CMYK 0.65 0.67 0 0.42
HSL 241.22º 0.5% 0.38% -
HSV(B) 241.22º 0.67% 0.58% -
XYZ 7.73 5.01 28.16 -
YUV 60.77 176.66 121.03 -
System Red Green Blue C M Y K H S L
Decimal 51 49 147 0.65 0.67 0 0.42 241.22 0.5 0.38
Hex 33 31 93 41 43 0 2A F1 32 26
Octal 63 61 223 101 103 0 52 361 62 46
Binary 110011 110001 10010011 1000001 1000011 0 101010 11110001 110010 100110

Color Harmonies of #333193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333193

Black with #333193

Text Example


Text Example

White with #333193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333193; }

 p { color: rgb(51,49,147); }

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

background-color css

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

 a { background-color: rgb(51,49,147); }

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

border-color css

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

 span { border-color: rgb(51,49,147); }

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