Html Css Color HEX #332299 Dark Slate Blue

📋 copy color: '#332299'

red 51 ◦ green 34 ◦ blue 153

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

Shades of Dark Slate Blue #332299

Tints of Dark Slate Blue #332299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.29%

 BLUE value IS 153 (60.16% from 255) = 64.29%

R = 21.43%
G = 14.29%
B = 64.29%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#332299 (or 0x332299) is known color: Dark Slate Blue. HEX triplet: 33, 22 and 99. RGB value is (51,34,153). Sum of RGB (Red+Green+Blue) = 51+34+153=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #332299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332299 is #CCDD66. Grayscale: #343434. Windows color (decimal): -13426023 or 10035763. OLE color: 10035763.

HSL color Cylindrical-coordinate representation of color #332299: hue angle of 248.57º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #332299 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 34 153 -
CMYK 0.67 0.78 0 0.4
HSL 248.57º 0.64% 0.37% -
HSV(B) 248.57º 0.78% 0.6% -
XYZ 7.69 4.15 30.53 -
YUV 52.65 184.63 126.82 -
System Red Green Blue C M Y K H S L
Decimal 51 34 153 0.67 0.78 0 0.4 248.57 0.64 0.37
Hex 33 22 99 43 4E 0 28 F9 40 25
Octal 63 42 231 103 116 0 50 371 100 45
Binary 110011 100010 10011001 1000011 1001110 0 101000 11111001 1000000 100101

Color Harmonies of #332299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332299

Black with #332299

Text Example


Text Example

White with #332299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332299; }

 p { color: rgb(51,34,153); }

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

background-color css

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

 a { background-color: rgb(51,34,153); }

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

border-color css

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

 span { border-color: rgb(51,34,153); }

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