Html Css Color HEX #33329D Dark Slate Blue

📋 copy color: '#33329D'

red 51 ◦ green 50 ◦ blue 157

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

Shades of Dark Slate Blue #33329D

Tints of Dark Slate Blue #33329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.38%

 BLUE value IS 157 (61.72% from 255) = 60.85%

R = 19.77%
G = 19.38%
B = 60.85%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33329D (or 0x33329D) is known color: Dark Slate Blue. HEX triplet: 33, 32 and 9D. RGB value is (51,50,157). Sum of RGB (Red+Green+Blue) = 51+50+157=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #33329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33329D is #CCCD62. Grayscale: #3E3E3E. Windows color (decimal): -13421923 or 10302003. OLE color: 10302003.

HSL color Cylindrical-coordinate representation of color #33329D: hue angle of 240.56º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33329D is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 50 157 -
CMYK 0.68 0.68 0 0.38
HSL 240.56º 0.52% 0.41% -
HSV(B) 240.56º 0.68% 0.62% -
XYZ 8.59 5.42 32.49 -
YUV 62.5 181.33 119.8 -
System Red Green Blue C M Y K H S L
Decimal 51 50 157 0.68 0.68 0 0.38 240.56 0.52 0.41
Hex 33 32 9D 44 44 0 26 F1 34 29
Octal 63 62 235 104 104 0 46 361 64 51
Binary 110011 110010 10011101 1000100 1000100 0 100110 11110001 110100 101001

Color Harmonies of #33329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33329D

Black with #33329D

Text Example


Text Example

White with #33329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33329D; }

 p { color: rgb(51,50,157); }

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

background-color css

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

 a { background-color: rgb(51,50,157); }

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

border-color css

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

 span { border-color: rgb(51,50,157); }

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