Html Css Color HEX #43338E Dark Slate Blue

📋 copy color: '#43338E'

red 67 ◦ green 51 ◦ blue 142

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

Shades of Dark Slate Blue #43338E

Tints of Dark Slate Blue #43338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

 BLUE value IS 142 (55.86% from 255) = 54.62%

R = 25.77%
G = 19.62%
B = 54.62%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#43338E (or 0x43338E) is known color: Dark Slate Blue. HEX triplet: 43, 33 and 8E. RGB value is (67,51,142). Sum of RGB (Red+Green+Blue) = 67+51+142=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #43338E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43338E is #BCCC71. Grayscale: #414141. Windows color (decimal): -12373106 or 9319235. OLE color: 9319235.

HSL color Cylindrical-coordinate representation of color #43338E: hue angle of 250.55º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43338E is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 51 142 -
CMYK 0.53 0.64 0 0.44
HSL 250.55º 0.47% 0.38% -
HSV(B) 250.55º 0.64% 0.56% -
XYZ 8.38 5.51 26.21 -
YUV 66.16 170.8 128.6 -
System Red Green Blue C M Y K H S L
Decimal 67 51 142 0.53 0.64 0 0.44 250.55 0.47 0.38
Hex 43 33 8E 35 40 0 2C FB 2F 26
Octal 103 63 216 65 100 0 54 373 57 46
Binary 1000011 110011 10001110 110101 1000000 0 101100 11111011 101111 100110

Color Harmonies of #43338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43338E

Black with #43338E

Text Example


Text Example

White with #43338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43338E; }

 p { color: rgb(67,51,142); }

 H1.HeaderClassName
 {
   color: #43338E;
 }
 .AnyTagClassName
 {
   color: #43338E;
 }
</style>

background-color css

<style>
 a { background-color: #43338E; }

 a { background-color: rgb(67,51,142); }

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

border-color css

<style>
 span { border-color: #43338E; }

 span { border-color: rgb(67,51,142); }

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