Html Css Color HEX #32288A Dark Slate Blue

📋 copy color: '#32288A'

red 50 ◦ green 40 ◦ blue 138

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

Shades of Dark Slate Blue #32288A

Tints of Dark Slate Blue #32288A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.54%

 BLUE value IS 138 (54.3% from 255) = 60.53%

R = 21.93%
G = 17.54%
B = 60.53%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#32288A (or 0x32288A) is known color: Dark Slate Blue. HEX triplet: 32, 28 and 8A. RGB value is (50,40,138). Sum of RGB (Red+Green+Blue) = 50+40+138=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 138 (54.30% from 255 or 60.53% from 228); Max value from RGB is 138 - color contains mainly: blue. Hex color #32288A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32288A is #CDD775. Grayscale: #353535. Windows color (decimal): -13490038 or 9054258. OLE color: 9054258.

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

Color convert

RGB 50 40 138 -
CMYK 0.64 0.71 0 0.46
HSL 246.12º 0.55% 0.35% -
HSV(B) 246.12º 0.71% 0.54% -
XYZ 6.66 4.03 24.47 -
YUV 54.16 175.31 125.03 -
System Red Green Blue C M Y K H S L
Decimal 50 40 138 0.64 0.71 0 0.46 246.12 0.55 0.35
Hex 32 28 8A 40 47 0 2E F6 37 23
Octal 62 50 212 100 107 0 56 366 67 43
Binary 110010 101000 10001010 1000000 1000111 0 101110 11110110 110111 100011

Color Harmonies of #32288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32288A

Black with #32288A

Text Example


Text Example

White with #32288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32288A; }

 p { color: rgb(50,40,138); }

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

background-color css

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

 a { background-color: rgb(50,40,138); }

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

border-color css

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

 span { border-color: rgb(50,40,138); }

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