Html Css Color HEX #43418A Dark Slate Blue

📋 copy color: '#43418A'

red 67 ◦ green 65 ◦ blue 138

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

Shades of Dark Slate Blue #43418A

Tints of Dark Slate Blue #43418A

RGB

 RED value IS 67 (26.56% from 255) = 24.81%

 GREEN value IS 65 (25.78% from 255) = 24.07%

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

R = 24.81%
G = 24.07%
B = 51.11%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#43418A (or 0x43418A) is known color: Dark Slate Blue. HEX triplet: 43, 41 and 8A. RGB value is (67,65,138). Sum of RGB (Red+Green+Blue) = 67+65+138=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #43418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43418A is #BCBE75. Grayscale: #494949. Windows color (decimal): -12369526 or 9060675. OLE color: 9060675.

HSL color Cylindrical-coordinate representation of color #43418A: hue angle of 241.64º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #43418A is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 67 65 138 -
CMYK 0.51 0.53 0 0.46
HSL 241.64º 0.36% 0.4% -
HSV(B) 241.64º 0.53% 0.54% -
XYZ 8.79 6.81 24.9 -
YUV 73.92 164.16 123.06 -
System Red Green Blue C M Y K H S L
Decimal 67 65 138 0.51 0.53 0 0.46 241.64 0.36 0.4
Hex 43 41 8A 33 35 0 2E F2 24 28
Octal 103 101 212 63 65 0 56 362 44 50
Binary 1000011 1000001 10001010 110011 110101 0 101110 11110010 100100 101000

Color Harmonies of #43418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43418A

Black with #43418A

Text Example


Text Example

White with #43418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,65,138); }

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

background-color css

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

 a { background-color: rgb(67,65,138); }

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

border-color css

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

 span { border-color: rgb(67,65,138); }

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