Html Css Color HEX #43409F Dark Slate Blue

📋 copy color: '#43409F'

red 67 ◦ green 64 ◦ blue 159

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

Shades of Dark Slate Blue #43409F

Tints of Dark Slate Blue #43409F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.07%

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

R = 23.1%
G = 22.07%
B = 54.83%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#43409F (or 0x43409F) is known color: Dark Slate Blue. HEX triplet: 43, 40 and 9F. RGB value is (67,64,159). Sum of RGB (Red+Green+Blue) = 67+64+159=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #43409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43409F is #BCBF60. Grayscale: #4B4B4B. Windows color (decimal): -12369761 or 10436675. OLE color: 10436675.

HSL color Cylindrical-coordinate representation of color #43409F: hue angle of 241.89º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43409F is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 67 64 159 -
CMYK 0.58 0.60 0 0.38
HSL 241.89º 0.43% 0.44% -
HSV(B) 241.89º 0.6% 0.62% -
XYZ 10.41 7.36 33.67 -
YUV 75.73 174.99 121.78 -
System Red Green Blue C M Y K H S L
Decimal 67 64 159 0.58 0.60 0 0.38 241.89 0.43 0.44
Hex 43 40 9F 3A 3C 0 26 F2 2B 2C
Octal 103 100 237 72 74 0 46 362 53 54
Binary 1000011 1000000 10011111 111010 111100 0 100110 11110010 101011 101100

Color Harmonies of #43409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43409F

Black with #43409F

Text Example


Text Example

White with #43409F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,64,159); }

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

background-color css

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

 a { background-color: rgb(67,64,159); }

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

border-color css

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

 span { border-color: rgb(67,64,159); }

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