Html Css Color HEX #332896 Dark Slate Blue

📋 copy color: '#332896'

red 51 ◦ green 40 ◦ blue 150

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

Shades of Dark Slate Blue #332896

Tints of Dark Slate Blue #332896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.6%

 BLUE value IS 150 (58.98% from 255) = 62.24%

R = 21.16%
G = 16.6%
B = 62.24%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#332896 (or 0x332896) is known color: Dark Slate Blue. HEX triplet: 33, 28 and 96. RGB value is (51,40,150). Sum of RGB (Red+Green+Blue) = 51+40+150=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #332896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332896 is #CCD769. Grayscale: #373737. Windows color (decimal): -13424490 or 9840691. OLE color: 9840691.

HSL color Cylindrical-coordinate representation of color #332896: hue angle of 246º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #332896 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 40 150 -
CMYK 0.66 0.73 0 0.41
HSL 246º 0.58% 0.37% -
HSV(B) 246º 0.73% 0.59% -
XYZ 7.63 4.42 29.31 -
YUV 55.83 181.14 124.56 -
System Red Green Blue C M Y K H S L
Decimal 51 40 150 0.66 0.73 0 0.41 246 0.58 0.37
Hex 33 28 96 42 49 0 29 F6 3A 25
Octal 63 50 226 102 111 0 51 366 72 45
Binary 110011 101000 10010110 1000010 1001001 0 101001 11110110 111010 100101

Color Harmonies of #332896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332896

Black with #332896

Text Example


Text Example

White with #332896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332896; }

 p { color: rgb(51,40,150); }

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

background-color css

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

 a { background-color: rgb(51,40,150); }

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

border-color css

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

 span { border-color: rgb(51,40,150); }

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