Html Css Color HEX #43397D Dark Slate Blue

📋 copy color: '#43397D'

red 67 ◦ green 57 ◦ blue 125

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

Shades of Dark Slate Blue #43397D

Tints of Dark Slate Blue #43397D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.2%

R = 26.91%
G = 22.89%
B = 50.2%

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

#43397D (or 0x43397D) is known color: Dark Slate Blue. HEX triplet: 43, 39 and 7D. RGB value is (67,57,125). Sum of RGB (Red+Green+Blue) = 67+57+125=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #43397D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43397D is #BCC682. Grayscale: #434343. Windows color (decimal): -12371587 or 8206659. OLE color: 8206659.

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

Color convert

RGB 67 57 125 -
CMYK 0.46 0.54 0 0.51
HSL 248.82º 0.37% 0.36% -
HSV(B) 248.82º 0.54% 0.49% -
XYZ 7.48 5.6 20.09 -
YUV 67.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 67 57 125 0.46 0.54 0 0.51 248.82 0.37 0.36
Hex 43 39 7D 2E 36 0 33 F9 25 24
Octal 103 71 175 56 66 0 63 371 45 44
Binary 1000011 111001 1111101 101110 110110 0 110011 11111001 100101 100100

Color Harmonies of #43397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43397D

Black with #43397D

Text Example


Text Example

White with #43397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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