Html Css Color HEX #332997 Dark Slate Blue

📋 copy color: '#332997'

red 51 ◦ green 41 ◦ blue 151

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

Shades of Dark Slate Blue #332997

Tints of Dark Slate Blue #332997

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.87%

 BLUE value IS 151 (59.38% from 255) = 62.14%

R = 20.99%
G = 16.87%
B = 62.14%

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

#332997 (or 0x332997) is known color: Dark Slate Blue. HEX triplet: 33, 29 and 97. RGB value is (51,41,151). Sum of RGB (Red+Green+Blue) = 51+41+151=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 151 (59.38% from 255 or 62.14% from 243); Max value from RGB is 151 - color contains mainly: blue. Hex color #332997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332997 is #CCD668. Grayscale: #383838. Windows color (decimal): -13424233 or 9906483. OLE color: 9906483.

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

Color convert

RGB 51 41 151 -
CMYK 0.66 0.73 0 0.41
HSL 245.45º 0.57% 0.38% -
HSV(B) 245.45º 0.73% 0.59% -
XYZ 7.74 4.52 29.74 -
YUV 56.53 181.31 124.06 -
System Red Green Blue C M Y K H S L
Decimal 51 41 151 0.66 0.73 0 0.41 245.45 0.57 0.38
Hex 33 29 97 42 49 0 29 F5 39 26
Octal 63 51 227 102 111 0 51 365 71 46
Binary 110011 101001 10010111 1000010 1001001 0 101001 11110101 111001 100110

Color Harmonies of #332997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332997

Black with #332997

Text Example


Text Example

White with #332997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332997; }

 p { color: rgb(51,41,151); }

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

background-color css

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

 a { background-color: rgb(51,41,151); }

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

border-color css

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

 span { border-color: rgb(51,41,151); }

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