Html Css Color HEX #40308F Dark Slate Blue

📋 copy color: '#40308F'

red 64 ◦ green 48 ◦ blue 143

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

Shades of Dark Slate Blue #40308F

Tints of Dark Slate Blue #40308F

RGB

 RED value IS 64 (25.39% from 255) = 25.1%

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

 BLUE value IS 143 (56.25% from 255) = 56.08%

R = 25.1%
G = 18.82%
B = 56.08%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40308F (or 0x40308F) is known color: Dark Slate Blue. HEX triplet: 40, 30 and 8F. RGB value is (64,48,143). Sum of RGB (Red+Green+Blue) = 64+48+143=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #40308F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40308F is #BFCF70. Grayscale: #3F3F3F. Windows color (decimal): -12570481 or 9384000. OLE color: 9384000.

HSL color Cylindrical-coordinate representation of color #40308F: hue angle of 250.11º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40308F is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 48 143 -
CMYK 0.55 0.66 0 0.44
HSL 250.11º 0.5% 0.37% -
HSV(B) 250.11º 0.66% 0.56% -
XYZ 8.13 5.19 26.56 -
YUV 63.61 172.8 128.28 -
System Red Green Blue C M Y K H S L
Decimal 64 48 143 0.55 0.66 0 0.44 250.11 0.5 0.37
Hex 40 30 8F 37 42 0 2C FA 32 25
Octal 100 60 217 67 102 0 54 372 62 45
Binary 1000000 110000 10001111 110111 1000010 0 101100 11111010 110010 100101

Color Harmonies of #40308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40308F

Black with #40308F

Text Example


Text Example

White with #40308F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,48,143); }

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

background-color css

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

 a { background-color: rgb(64,48,143); }

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

border-color css

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

 span { border-color: rgb(64,48,143); }

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