Html Css Color HEX #43397C Dark Slate Blue

📋 copy color: '#43397C'

red 67 ◦ green 57 ◦ blue 124

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

Shades of Dark Slate Blue #43397C

Tints of Dark Slate Blue #43397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.98%

 BLUE value IS 124 (48.83% from 255) = 50%

R = 27.02%
G = 22.98%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43397C (or 0x43397C) is known color: Dark Slate Blue. HEX triplet: 43, 39 and 7C. RGB value is (67,57,124). Sum of RGB (Red+Green+Blue) = 67+57+124=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #43397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43397C is #BCC683. Grayscale: #434343. Windows color (decimal): -12371588 or 8141123. OLE color: 8141123.

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

Color convert

RGB 67 57 124 -
CMYK 0.46 0.54 0 0.51
HSL 248.96º 0.37% 0.35% -
HSV(B) 248.96º 0.54% 0.49% -
XYZ 7.42 5.57 19.75 -
YUV 67.63 159.81 127.55 -
System Red Green Blue C M Y K H S L
Decimal 67 57 124 0.46 0.54 0 0.51 248.96 0.37 0.35
Hex 43 39 7C 2E 36 0 33 F9 25 23
Octal 103 71 174 56 66 0 63 371 45 43
Binary 1000011 111001 1111100 101110 110110 0 110011 11111001 100101 100011

Color Harmonies of #43397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43397C

Black with #43397C

Text Example


Text Example

White with #43397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43397C; }

 p { color: rgb(67,57,124); }

 H1.HeaderClassName
 {
   color: #43397C;
 }
 .AnyTagClassName
 {
   color: #43397C;
 }
</style>

background-color css

<style>
 a { background-color: #43397C; }

 a { background-color: rgb(67,57,124); }

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

border-color css

<style>
 span { border-color: #43397C; }

 span { border-color: rgb(67,57,124); }

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