Html Css Color HEX #332AA0 Dark Slate Blue

📋 copy color: '#332AA0'

red 51 ◦ green 42 ◦ blue 160

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

Shades of Dark Slate Blue #332AA0

Tints of Dark Slate Blue #332AA0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.6%

 BLUE value IS 160 (62.89% from 255) = 63.24%

R = 20.16%
G = 16.6%
B = 63.24%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#332AA0 (or 0x332AA0) is known color: Dark Slate Blue. HEX triplet: 33, 2A and A0. RGB value is (51,42,160). Sum of RGB (Red+Green+Blue) = 51+42+160=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 160 (62.89% from 255 or 63.24% from 253); Max value from RGB is 160 - color contains mainly: blue. Hex color #332AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332AA0 is #CCD55F. Grayscale: #393939. Windows color (decimal): -13423968 or 10496563. OLE color: 10496563.

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

Color convert

RGB 51 42 160 -
CMYK 0.68 0.74 0 0.37
HSL 244.58º 0.58% 0.4% -
HSV(B) 244.58º 0.74% 0.63% -
XYZ 8.54 4.9 33.75 -
YUV 58.14 185.48 122.91 -
System Red Green Blue C M Y K H S L
Decimal 51 42 160 0.68 0.74 0 0.37 244.58 0.58 0.4
Hex 33 2A A0 44 4A 0 25 F5 3A 28
Octal 63 52 240 104 112 0 45 365 72 50
Binary 110011 101010 10100000 1000100 1001010 0 100101 11110101 111010 101000

Color Harmonies of #332AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332AA0

Black with #332AA0

Text Example


Text Example

White with #332AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,42,160); }

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

background-color css

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

 a { background-color: rgb(51,42,160); }

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

border-color css

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

 span { border-color: rgb(51,42,160); }

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