Html Css Color HEX #32259E Dark Slate Blue

📋 copy color: '#32259E'

red 50 ◦ green 37 ◦ blue 158

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

Shades of Dark Slate Blue #32259E

Tints of Dark Slate Blue #32259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 64.49%

R = 20.41%
G = 15.1%
B = 64.49%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32259E (or 0x32259E) is known color: Dark Slate Blue. HEX triplet: 32, 25 and 9E. RGB value is (50,37,158). Sum of RGB (Red+Green+Blue) = 50+37+158=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #32259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32259E is #CDDA61. Grayscale: #363636. Windows color (decimal): -13490786 or 10364210. OLE color: 10364210.

HSL color Cylindrical-coordinate representation of color #32259E: hue angle of 246.45º 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 #32259E is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 37 158 -
CMYK 0.68 0.77 0 0.38
HSL 246.45º 0.62% 0.38% -
HSV(B) 246.45º 0.77% 0.62% -
XYZ 8.15 4.47 32.78 -
YUV 54.68 186.31 124.66 -
System Red Green Blue C M Y K H S L
Decimal 50 37 158 0.68 0.77 0 0.38 246.45 0.62 0.38
Hex 32 25 9E 44 4D 0 26 F6 3E 26
Octal 62 45 236 104 115 0 46 366 76 46
Binary 110010 100101 10011110 1000100 1001101 0 100110 11110110 111110 100110

Color Harmonies of #32259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32259E

Black with #32259E

Text Example


Text Example

White with #32259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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