Html Css Color HEX #43328A Dark Slate Blue

📋 copy color: '#43328A'

red 67 ◦ green 50 ◦ blue 138

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

Shades of Dark Slate Blue #43328A

Tints of Dark Slate Blue #43328A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.61%

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

R = 26.27%
G = 19.61%
B = 54.12%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#43328A (or 0x43328A) is known color: Dark Slate Blue. HEX triplet: 43, 32 and 8A. RGB value is (67,50,138). Sum of RGB (Red+Green+Blue) = 67+50+138=255 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.27% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #43328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43328A is #BCCD75. Grayscale: #404040. Windows color (decimal): -12373366 or 9056835. OLE color: 9056835.

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

Color convert

RGB 67 50 138 -
CMYK 0.51 0.64 0 0.46
HSL 251.59º 0.47% 0.37% -
HSV(B) 251.59º 0.64% 0.54% -
XYZ 8.04 5.31 24.65 -
YUV 65.12 169.13 129.34 -
System Red Green Blue C M Y K H S L
Decimal 67 50 138 0.51 0.64 0 0.46 251.59 0.47 0.37
Hex 43 32 8A 33 40 0 2E FC 2F 25
Octal 103 62 212 63 100 0 56 374 57 45
Binary 1000011 110010 10001010 110011 1000000 0 101110 11111100 101111 100101

Color Harmonies of #43328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43328A

Black with #43328A

Text Example


Text Example

White with #43328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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