Html Css Color HEX #332C9F Dark Slate Blue

📋 copy color: '#332C9F'

red 51 ◦ green 44 ◦ blue 159

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

Shades of Dark Slate Blue #332C9F

Tints of Dark Slate Blue #332C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 62.6%

R = 20.08%
G = 17.32%
B = 62.6%

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

#332C9F (or 0x332C9F) is known color: Dark Slate Blue. HEX triplet: 33, 2C and 9F. RGB value is (51,44,159). Sum of RGB (Red+Green+Blue) = 51+44+159=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #332C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332C9F is #CCD360. Grayscale: #3A3A3A. Windows color (decimal): -13423457 or 10431539. OLE color: 10431539.

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

Color convert

RGB 51 44 159 -
CMYK 0.68 0.72 0 0.38
HSL 243.65º 0.57% 0.4% -
HSV(B) 243.65º 0.72% 0.62% -
XYZ 8.52 5.01 33.32 -
YUV 59.2 184.32 122.15 -
System Red Green Blue C M Y K H S L
Decimal 51 44 159 0.68 0.72 0 0.38 243.65 0.57 0.4
Hex 33 2C 9F 44 48 0 26 F4 39 28
Octal 63 54 237 104 110 0 46 364 71 50
Binary 110011 101100 10011111 1000100 1001000 0 100110 11110100 111001 101000

Color Harmonies of #332C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332C9F

Black with #332C9F

Text Example


Text Example

White with #332C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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