Html Css Color HEX #332C9D Dark Slate Blue

📋 copy color: '#332C9D'

red 51 ◦ green 44 ◦ blue 157

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

Shades of Dark Slate Blue #332C9D

Tints of Dark Slate Blue #332C9D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.46%

 BLUE value IS 157 (61.72% from 255) = 62.3%

R = 20.24%
G = 17.46%
B = 62.3%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#332C9D (or 0x332C9D) is known color: Dark Slate Blue. HEX triplet: 33, 2C and 9D. RGB value is (51,44,157). Sum of RGB (Red+Green+Blue) = 51+44+157=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #332C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332C9D is #CCD362. Grayscale: #3A3A3A. Windows color (decimal): -13423459 or 10300467. OLE color: 10300467.

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

Color convert

RGB 51 44 157 -
CMYK 0.68 0.72 0 0.38
HSL 243.72º 0.56% 0.39% -
HSV(B) 243.72º 0.72% 0.62% -
XYZ 8.35 4.94 32.41 -
YUV 58.98 183.32 122.31 -
System Red Green Blue C M Y K H S L
Decimal 51 44 157 0.68 0.72 0 0.38 243.72 0.56 0.39
Hex 33 2C 9D 44 48 0 26 F4 38 27
Octal 63 54 235 104 110 0 46 364 70 47
Binary 110011 101100 10011101 1000100 1001000 0 100110 11110100 111000 100111

Color Harmonies of #332C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332C9D

Black with #332C9D

Text Example


Text Example

White with #332C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,44,157); }

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

background-color css

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

 a { background-color: rgb(51,44,157); }

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

border-color css

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

 span { border-color: rgb(51,44,157); }

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