Html Css Color HEX #43348A Dark Slate Blue

📋 copy color: '#43348A'

red 67 ◦ green 52 ◦ blue 138

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

Shades of Dark Slate Blue #43348A

Tints of Dark Slate Blue #43348A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.23%

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

R = 26.07%
G = 20.23%
B = 53.7%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#43348A (or 0x43348A) is known color: Dark Slate Blue. HEX triplet: 43, 34 and 8A. RGB value is (67,52,138). Sum of RGB (Red+Green+Blue) = 67+52+138=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #43348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43348A is #BCCB75. Grayscale: #414141. Windows color (decimal): -12372854 or 9057347. OLE color: 9057347.

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

Color convert

RGB 67 52 138 -
CMYK 0.51 0.62 0 0.46
HSL 250.47º 0.45% 0.37% -
HSV(B) 250.47º 0.62% 0.54% -
XYZ 8.13 5.48 24.67 -
YUV 66.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 67 52 138 0.51 0.62 0 0.46 250.47 0.45 0.37
Hex 43 34 8A 33 3E 0 2E FA 2D 25
Octal 103 64 212 63 76 0 56 372 55 45
Binary 1000011 110100 10001010 110011 111110 0 101110 11111010 101101 100101

Color Harmonies of #43348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43348A

Black with #43348A

Text Example


Text Example

White with #43348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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