Html Css Color HEX #40318A Dark Slate Blue

📋 copy color: '#40318A'

red 64 ◦ green 49 ◦ blue 138

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

Shades of Dark Slate Blue #40318A

Tints of Dark Slate Blue #40318A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 54.98%

R = 25.5%
G = 19.52%
B = 54.98%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#40318A (or 0x40318A) is known color: Dark Slate Blue. HEX triplet: 40, 31 and 8A. RGB value is (64,49,138). Sum of RGB (Red+Green+Blue) = 64+49+138=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #40318A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40318A is #BFCE75. Grayscale: #3F3F3F. Windows color (decimal): -12570230 or 9056576. OLE color: 9056576.

HSL color Cylindrical-coordinate representation of color #40318A: hue angle of 250.11º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40318A is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 49 138 -
CMYK 0.54 0.64 0 0.46
HSL 250.11º 0.48% 0.37% -
HSV(B) 250.11º 0.64% 0.54% -
XYZ 7.8 5.12 24.62 -
YUV 63.63 169.97 128.26 -
System Red Green Blue C M Y K H S L
Decimal 64 49 138 0.54 0.64 0 0.46 250.11 0.48 0.37
Hex 40 31 8A 36 40 0 2E FA 30 25
Octal 100 61 212 66 100 0 56 372 60 45
Binary 1000000 110001 10001010 110110 1000000 0 101110 11111010 110000 100101

Color Harmonies of #40318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40318A

Black with #40318A

Text Example


Text Example

White with #40318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40318A; }

 p { color: rgb(64,49,138); }

 H1.HeaderClassName
 {
   color: #40318A;
 }
 .AnyTagClassName
 {
   color: #40318A;
 }
</style>

background-color css

<style>
 a { background-color: #40318A; }

 a { background-color: rgb(64,49,138); }

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

border-color css

<style>
 span { border-color: #40318A; }

 span { border-color: rgb(64,49,138); }

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