Html Css Color HEX #332CA1 Dark Slate Blue

📋 copy color: '#332CA1'

red 51 ◦ green 44 ◦ blue 161

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

Shades of Dark Slate Blue #332CA1

Tints of Dark Slate Blue #332CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 62.89%

R = 19.92%
G = 17.19%
B = 62.89%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#332CA1 (or 0x332CA1) is known color: Dark Slate Blue. HEX triplet: 33, 2C and A1. RGB value is (51,44,161). Sum of RGB (Red+Green+Blue) = 51+44+161=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 161 (63.28% from 255 or 62.89% from 256); Max value from RGB is 161 - color contains mainly: blue. Hex color #332CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332CA1 is #CCD35E. Grayscale: #3A3A3A. Windows color (decimal): -13423455 or 10562611. OLE color: 10562611.

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

Color convert

RGB 51 44 161 -
CMYK 0.68 0.73 0 0.37
HSL 243.59º 0.57% 0.4% -
HSV(B) 243.59º 0.73% 0.63% -
XYZ 8.7 5.08 34.24 -
YUV 59.43 185.32 121.99 -
System Red Green Blue C M Y K H S L
Decimal 51 44 161 0.68 0.73 0 0.37 243.59 0.57 0.4
Hex 33 2C A1 44 49 0 25 F4 39 28
Octal 63 54 241 104 111 0 45 364 71 50
Binary 110011 101100 10100001 1000100 1001001 0 100101 11110100 111001 101000

Color Harmonies of #332CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332CA1

Black with #332CA1

Text Example


Text Example

White with #332CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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