Html Css Color HEX #32298B Dark Slate Blue

📋 copy color: '#32298B'

red 50 ◦ green 41 ◦ blue 139

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

Shades of Dark Slate Blue #32298B

Tints of Dark Slate Blue #32298B

RGB

 RED value IS 50 (19.92% from 255) = 21.74%

 GREEN value IS 41 (16.41% from 255) = 17.83%

 BLUE value IS 139 (54.69% from 255) = 60.43%

R = 21.74%
G = 17.83%
B = 60.43%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32298B (or 0x32298B) is known color: Dark Slate Blue. HEX triplet: 32, 29 and 8B. RGB value is (50,41,139). Sum of RGB (Red+Green+Blue) = 50+41+139=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #32298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32298B is #CDD674. Grayscale: #363636. Windows color (decimal): -13489781 or 9120050. OLE color: 9120050.

HSL color Cylindrical-coordinate representation of color #32298B: hue angle of 245.51º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32298B is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 41 139 -
CMYK 0.64 0.71 0 0.45
HSL 245.51º 0.54% 0.35% -
HSV(B) 245.51º 0.71% 0.55% -
XYZ 6.77 4.13 24.87 -
YUV 54.86 175.48 124.53 -
System Red Green Blue C M Y K H S L
Decimal 50 41 139 0.64 0.71 0 0.45 245.51 0.54 0.35
Hex 32 29 8B 40 47 0 2D F6 36 23
Octal 62 51 213 100 107 0 55 366 66 43
Binary 110010 101001 10001011 1000000 1000111 0 101101 11110110 110110 100011

Color Harmonies of #32298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32298B

Black with #32298B

Text Example


Text Example

White with #32298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32298B; }

 p { color: rgb(50,41,139); }

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

background-color css

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

 a { background-color: rgb(50,41,139); }

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

border-color css

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

 span { border-color: rgb(50,41,139); }

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