Html Css Color HEX #332799 Dark Slate Blue

📋 copy color: '#332799'

red 51 ◦ green 39 ◦ blue 153

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

Shades of Dark Slate Blue #332799

Tints of Dark Slate Blue #332799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.05%

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

R = 20.99%
G = 16.05%
B = 62.96%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#332799 (or 0x332799) is known color: Dark Slate Blue. HEX triplet: 33, 27 and 99. RGB value is (51,39,153). Sum of RGB (Red+Green+Blue) = 51+39+153=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #332799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332799 is #CCD866. Grayscale: #373737. Windows color (decimal): -13424743 or 10037043. OLE color: 10037043.

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

Color convert

RGB 51 39 153 -
CMYK 0.67 0.75 0 0.4
HSL 246.32º 0.59% 0.38% -
HSV(B) 246.32º 0.75% 0.6% -
XYZ 7.84 4.45 30.58 -
YUV 55.58 182.98 124.73 -
System Red Green Blue C M Y K H S L
Decimal 51 39 153 0.67 0.75 0 0.4 246.32 0.59 0.38
Hex 33 27 99 43 4B 0 28 F6 3B 26
Octal 63 47 231 103 113 0 50 366 73 46
Binary 110011 100111 10011001 1000011 1001011 0 101000 11110110 111011 100110

Color Harmonies of #332799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332799

Black with #332799

Text Example


Text Example

White with #332799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332799; }

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

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

background-color css

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

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

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

border-color css

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

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

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