Html Css Color HEX #43338B Dark Slate Blue

📋 copy color: '#43338B'

red 67 ◦ green 51 ◦ blue 139

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

Shades of Dark Slate Blue #43338B

Tints of Dark Slate Blue #43338B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.09%

R = 26.07%
G = 19.84%
B = 54.09%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43338B (or 0x43338B) is known color: Dark Slate Blue. HEX triplet: 43, 33 and 8B. RGB value is (67,51,139). Sum of RGB (Red+Green+Blue) = 67+51+139=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #43338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43338B is #BCCC74. Grayscale: #414141. Windows color (decimal): -12373109 or 9122627. OLE color: 9122627.

HSL color Cylindrical-coordinate representation of color #43338B: hue angle of 250.91º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43338B is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 51 139 -
CMYK 0.52 0.63 0 0.45
HSL 250.91º 0.46% 0.37% -
HSV(B) 250.91º 0.63% 0.55% -
XYZ 8.16 5.43 25.04 -
YUV 65.82 169.3 128.84 -
System Red Green Blue C M Y K H S L
Decimal 67 51 139 0.52 0.63 0 0.45 250.91 0.46 0.37
Hex 43 33 8B 34 3F 0 2D FB 2E 25
Octal 103 63 213 64 77 0 55 373 56 45
Binary 1000011 110011 10001011 110100 111111 0 101101 11111011 101110 100101

Color Harmonies of #43338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43338B

Black with #43338B

Text Example


Text Example

White with #43338B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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