Html Css Color HEX #43368F Dark Slate Blue

📋 copy color: '#43368F'

red 67 ◦ green 54 ◦ blue 143

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

Shades of Dark Slate Blue #43368F

Tints of Dark Slate Blue #43368F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.45%

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

R = 25.38%
G = 20.45%
B = 54.17%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#43368F (or 0x43368F) is known color: Dark Slate Blue. HEX triplet: 43, 36 and 8F. RGB value is (67,54,143). Sum of RGB (Red+Green+Blue) = 67+54+143=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #43368F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43368F is #BCC970. Grayscale: #434343. Windows color (decimal): -12372337 or 9385539. OLE color: 9385539.

HSL color Cylindrical-coordinate representation of color #43368F: hue angle of 248.76º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43368F is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 54 143 -
CMYK 0.53 0.62 0 0.44
HSL 248.76º 0.45% 0.39% -
HSV(B) 248.76º 0.62% 0.56% -
XYZ 8.59 5.81 26.66 -
YUV 68.03 170.31 127.26 -
System Red Green Blue C M Y K H S L
Decimal 67 54 143 0.53 0.62 0 0.44 248.76 0.45 0.39
Hex 43 36 8F 35 3E 0 2C F9 2D 27
Octal 103 66 217 65 76 0 54 371 55 47
Binary 1000011 110110 10001111 110101 111110 0 101100 11111001 101101 100111

Color Harmonies of #43368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43368F

Black with #43368F

Text Example


Text Example

White with #43368F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,54,143); }

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

background-color css

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

 a { background-color: rgb(67,54,143); }

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

border-color css

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

 span { border-color: rgb(67,54,143); }

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