Html Css Color HEX #33329A Dark Slate Blue

📋 copy color: '#33329A'

red 51 ◦ green 50 ◦ blue 154

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

Shades of Dark Slate Blue #33329A

Tints of Dark Slate Blue #33329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 60.39%

R = 20%
G = 19.61%
B = 60.39%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#33329A (or 0x33329A) is known color: Dark Slate Blue. HEX triplet: 33, 32 and 9A. RGB value is (51,50,154). Sum of RGB (Red+Green+Blue) = 51+50+154=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #33329A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33329A is #CCCD65. Grayscale: #3D3D3D. Windows color (decimal): -13421926 or 10105395. OLE color: 10105395.

HSL color Cylindrical-coordinate representation of color #33329A: hue angle of 240.58º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33329A is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 50 154 -
CMYK 0.67 0.68 0 0.40
HSL 240.58º 0.51% 0.4% -
HSV(B) 240.58º 0.68% 0.6% -
XYZ 8.34 5.32 31.16 -
YUV 62.16 179.83 120.04 -
System Red Green Blue C M Y K H S L
Decimal 51 50 154 0.67 0.68 0 0.40 240.58 0.51 0.4
Hex 33 32 9A 43 44 0 28 F1 33 28
Octal 63 62 232 103 104 0 50 361 63 50
Binary 110011 110010 10011010 1000011 1000100 0 101000 11110001 110011 101000

Color Harmonies of #33329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33329A

Black with #33329A

Text Example


Text Example

White with #33329A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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