Html Css Color HEX #332B97 Dark Slate Blue

📋 copy color: '#332B97'

red 51 ◦ green 43 ◦ blue 151

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

Shades of Dark Slate Blue #332B97

Tints of Dark Slate Blue #332B97

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.55%

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

R = 20.82%
G = 17.55%
B = 61.63%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#332B97 (or 0x332B97) is known color: Dark Slate Blue. HEX triplet: 33, 2B and 97. RGB value is (51,43,151). Sum of RGB (Red+Green+Blue) = 51+43+151=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 151 (59.38% from 255 or 61.63% from 245); Max value from RGB is 151 - color contains mainly: blue. Hex color #332B97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332B97 is #CCD468. Grayscale: #393939. Windows color (decimal): -13423721 or 9906995. OLE color: 9906995.

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

Color convert

RGB 51 43 151 -
CMYK 0.66 0.72 0 0.41
HSL 244.44º 0.56% 0.38% -
HSV(B) 244.44º 0.72% 0.59% -
XYZ 7.82 4.67 29.77 -
YUV 57.7 180.65 123.22 -
System Red Green Blue C M Y K H S L
Decimal 51 43 151 0.66 0.72 0 0.41 244.44 0.56 0.38
Hex 33 2B 97 42 48 0 29 F4 38 26
Octal 63 53 227 102 110 0 51 364 70 46
Binary 110011 101011 10010111 1000010 1001000 0 101001 11110100 111000 100110

Color Harmonies of #332B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332B97

Black with #332B97

Text Example


Text Example

White with #332B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332B97; }

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

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

background-color css

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

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

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

border-color css

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

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

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