Html Css Color HEX #32259F Dark Slate Blue

📋 copy color: '#32259F'

red 50 ◦ green 37 ◦ blue 159

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

Shades of Dark Slate Blue #32259F

Tints of Dark Slate Blue #32259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.04%

 BLUE value IS 159 (62.5% from 255) = 64.63%

R = 20.33%
G = 15.04%
B = 64.63%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32259F (or 0x32259F) is known color: Dark Slate Blue. HEX triplet: 32, 25 and 9F. RGB value is (50,37,159). Sum of RGB (Red+Green+Blue) = 50+37+159=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #32259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32259F is #CDDA60. Grayscale: #363636. Windows color (decimal): -13490785 or 10429746. OLE color: 10429746.

HSL color Cylindrical-coordinate representation of color #32259F: hue angle of 246.39º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32259F is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 37 159 -
CMYK 0.69 0.77 0 0.38
HSL 246.39º 0.62% 0.38% -
HSV(B) 246.39º 0.77% 0.62% -
XYZ 8.23 4.5 33.24 -
YUV 54.8 186.81 124.58 -
System Red Green Blue C M Y K H S L
Decimal 50 37 159 0.69 0.77 0 0.38 246.39 0.62 0.38
Hex 32 25 9F 45 4D 0 26 F6 3E 26
Octal 62 45 237 105 115 0 46 366 76 46
Binary 110010 100101 10011111 1000101 1001101 0 100110 11110110 111110 100110

Color Harmonies of #32259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32259F

Black with #32259F

Text Example


Text Example

White with #32259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32259F; }

 p { color: rgb(50,37,159); }

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

background-color css

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

 a { background-color: rgb(50,37,159); }

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

border-color css

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

 span { border-color: rgb(50,37,159); }

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