Html Css Color HEX #32309D Dark Slate Blue

📋 copy color: '#32309D'

red 50 ◦ green 48 ◦ blue 157

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

Shades of Dark Slate Blue #32309D

Tints of Dark Slate Blue #32309D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 61.57%

R = 19.61%
G = 18.82%
B = 61.57%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32309D (or 0x32309D) is known color: Dark Slate Blue. HEX triplet: 32, 30 and 9D. RGB value is (50,48,157). Sum of RGB (Red+Green+Blue) = 50+48+157=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #32309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32309D is #CDCF62. Grayscale: #3C3C3C. Windows color (decimal): -13487971 or 10301490. OLE color: 10301490.

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

Color convert

RGB 50 48 157 -
CMYK 0.68 0.69 0 0.38
HSL 241.1º 0.53% 0.4% -
HSV(B) 241.1º 0.69% 0.62% -
XYZ 8.46 5.23 32.46 -
YUV 61.02 182.16 120.14 -
System Red Green Blue C M Y K H S L
Decimal 50 48 157 0.68 0.69 0 0.38 241.1 0.53 0.4
Hex 32 30 9D 44 45 0 26 F1 35 28
Octal 62 60 235 104 105 0 46 361 65 50
Binary 110010 110000 10011101 1000100 1000101 0 100110 11110001 110101 101000

Color Harmonies of #32309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32309D

Black with #32309D

Text Example


Text Example

White with #32309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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