Html Css Color HEX #30319F Dark Slate Blue

📋 copy color: '#30319F'

red 48 ◦ green 49 ◦ blue 159

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

Shades of Dark Slate Blue #30319F

Tints of Dark Slate Blue #30319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.14%

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

R = 18.75%
G = 19.14%
B = 62.11%

CMYK

 C value IS 0.70

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30319F (or 0x30319F) is known color: Dark Slate Blue. HEX triplet: 30, 31 and 9F. RGB value is (48,49,159). Sum of RGB (Red+Green+Blue) = 48+49+159=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #30319F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30319F is #CFCE60. Grayscale: #3C3C3C. Windows color (decimal): -13618785 or 10432816. OLE color: 10432816.

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

Color convert

RGB 48 49 159 -
CMYK 0.70 0.69 0 0.38
HSL 239.46º 0.54% 0.41% -
HSV(B) 239.46º 0.7% 0.62% -
XYZ 8.58 5.33 33.38 -
YUV 61.24 183.17 118.56 -
System Red Green Blue C M Y K H S L
Decimal 48 49 159 0.70 0.69 0 0.38 239.46 0.54 0.41
Hex 30 31 9F 46 45 0 26 EF 36 29
Octal 60 61 237 106 105 0 46 357 66 51
Binary 110000 110001 10011111 1000110 1000101 0 100110 11101111 110110 101001

Color Harmonies of #30319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30319F

Black with #30319F

Text Example


Text Example

White with #30319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,49,159); }

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

background-color css

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

 a { background-color: rgb(48,49,159); }

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

border-color css

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

 span { border-color: rgb(48,49,159); }

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