Html Css Color HEX #332889 Dark Slate Blue

📋 copy color: '#332889'

red 51 ◦ green 40 ◦ blue 137

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

Shades of Dark Slate Blue #332889

Tints of Dark Slate Blue #332889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 60.09%

R = 22.37%
G = 17.54%
B = 60.09%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#332889 (or 0x332889) is known color: Dark Slate Blue. HEX triplet: 33, 28 and 89. RGB value is (51,40,137). Sum of RGB (Red+Green+Blue) = 51+40+137=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #332889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332889 is #CCD776. Grayscale: #353535. Windows color (decimal): -13424503 or 8988723. OLE color: 8988723.

HSL color Cylindrical-coordinate representation of color #332889: hue angle of 246.8º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #332889 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 40 137 -
CMYK 0.63 0.71 0 0.46
HSL 246.8º 0.55% 0.35% -
HSV(B) 246.8º 0.71% 0.54% -
XYZ 6.64 4.03 24.09 -
YUV 54.35 174.64 125.61 -
System Red Green Blue C M Y K H S L
Decimal 51 40 137 0.63 0.71 0 0.46 246.8 0.55 0.35
Hex 33 28 89 3F 47 0 2E F7 37 23
Octal 63 50 211 77 107 0 56 367 67 43
Binary 110011 101000 10001001 111111 1000111 0 101110 11110111 110111 100011

Color Harmonies of #332889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332889

Black with #332889

Text Example


Text Example

White with #332889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332889; }

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

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

background-color css

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

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

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

border-color css

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

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

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