Html Css Color HEX #32309E Dark Slate Blue

📋 copy color: '#32309E'

red 50 ◦ green 48 ◦ blue 158

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

Shades of Dark Slate Blue #32309E

Tints of Dark Slate Blue #32309E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.75%

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

R = 19.53%
G = 18.75%
B = 61.72%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32309E (or 0x32309E) is known color: Dark Slate Blue. HEX triplet: 32, 30 and 9E. RGB value is (50,48,158). Sum of RGB (Red+Green+Blue) = 50+48+158=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #32309E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32309E is #CDCF61. Grayscale: #3C3C3C. Windows color (decimal): -13487970 or 10367026. OLE color: 10367026.

HSL color Cylindrical-coordinate representation of color #32309E: hue angle of 241.09º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32309E is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 48 158 -
CMYK 0.68 0.70 0 0.38
HSL 241.09º 0.53% 0.4% -
HSV(B) 241.09º 0.7% 0.62% -
XYZ 8.54 5.26 32.91 -
YUV 61.14 182.66 120.06 -
System Red Green Blue C M Y K H S L
Decimal 50 48 158 0.68 0.70 0 0.38 241.09 0.53 0.4
Hex 32 30 9E 44 46 0 26 F1 35 28
Octal 62 60 236 104 106 0 46 361 65 50
Binary 110010 110000 10011110 1000100 1000110 0 100110 11110001 110101 101000

Color Harmonies of #32309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32309E

Black with #32309E

Text Example


Text Example

White with #32309E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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