Html Css Color HEX #332798 Dark Slate Blue

📋 copy color: '#332798'

red 51 ◦ green 39 ◦ blue 152

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

Shades of Dark Slate Blue #332798

Tints of Dark Slate Blue #332798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.12%

 BLUE value IS 152 (59.77% from 255) = 62.81%

R = 21.07%
G = 16.12%
B = 62.81%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#332798 (or 0x332798) is known color: Dark Slate Blue. HEX triplet: 33, 27 and 98. RGB value is (51,39,152). Sum of RGB (Red+Green+Blue) = 51+39+152=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #332798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332798 is #CCD867. Grayscale: #373737. Windows color (decimal): -13424744 or 9971507. OLE color: 9971507.

HSL color Cylindrical-coordinate representation of color #332798: hue angle of 246.37º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #332798 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 39 152 -
CMYK 0.66 0.74 0 0.40
HSL 246.37º 0.59% 0.37% -
HSV(B) 246.37º 0.74% 0.6% -
XYZ 7.76 4.42 30.15 -
YUV 55.47 182.48 124.81 -
System Red Green Blue C M Y K H S L
Decimal 51 39 152 0.66 0.74 0 0.40 246.37 0.59 0.37
Hex 33 27 98 42 4A 0 28 F6 3B 25
Octal 63 47 230 102 112 0 50 366 73 45
Binary 110011 100111 10011000 1000010 1001010 0 101000 11110110 111011 100101

Color Harmonies of #332798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332798

Black with #332798

Text Example


Text Example

White with #332798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332798; }

 p { color: rgb(51,39,152); }

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

background-color css

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

 a { background-color: rgb(51,39,152); }

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

border-color css

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

 span { border-color: rgb(51,39,152); }

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