Html Css Color HEX #332791 Dark Slate Blue

📋 copy color: '#332791'

red 51 ◦ green 39 ◦ blue 145

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

Shades of Dark Slate Blue #332791

Tints of Dark Slate Blue #332791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 61.7%

R = 21.7%
G = 16.6%
B = 61.7%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#332791 (or 0x332791) is known color: Dark Slate Blue. HEX triplet: 33, 27 and 91. RGB value is (51,39,145). Sum of RGB (Red+Green+Blue) = 51+39+145=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #332791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332791 is #CCD86E. Grayscale: #363636. Windows color (decimal): -13424751 or 9512755. OLE color: 9512755.

HSL color Cylindrical-coordinate representation of color #332791: hue angle of 246.79º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #332791 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 39 145 -
CMYK 0.65 0.73 0 0.43
HSL 246.79º 0.58% 0.36% -
HSV(B) 246.79º 0.73% 0.57% -
XYZ 7.2 4.2 27.22 -
YUV 54.67 178.98 125.38 -
System Red Green Blue C M Y K H S L
Decimal 51 39 145 0.65 0.73 0 0.43 246.79 0.58 0.36
Hex 33 27 91 41 49 0 2B F7 3A 24
Octal 63 47 221 101 111 0 53 367 72 44
Binary 110011 100111 10010001 1000001 1001001 0 101011 11110111 111010 100100

Color Harmonies of #332791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332791

Black with #332791

Text Example


Text Example

White with #332791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332791; }

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

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

background-color css

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

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

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

border-color css

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

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

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