Html Css Color HEX #43387A Dark Slate Blue

📋 copy color: '#43387A'

red 67 ◦ green 56 ◦ blue 122

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

Shades of Dark Slate Blue #43387A

Tints of Dark Slate Blue #43387A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.86%

 BLUE value IS 122 (48.05% from 255) = 49.8%

R = 27.35%
G = 22.86%
B = 49.8%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#43387A (or 0x43387A) is known color: Dark Slate Blue. HEX triplet: 43, 38 and 7A. RGB value is (67,56,122). Sum of RGB (Red+Green+Blue) = 67+56+122=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #43387A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43387A is #BCC785. Grayscale: #424242. Windows color (decimal): -12371846 or 8009795. OLE color: 8009795.

HSL color Cylindrical-coordinate representation of color #43387A: hue angle of 250º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43387A is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 67 56 122 -
CMYK 0.45 0.54 0 0.52
HSL 250º 0.37% 0.35% -
HSV(B) 250º 0.54% 0.48% -
XYZ 7.24 5.43 19.08 -
YUV 66.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 67 56 122 0.45 0.54 0 0.52 250 0.37 0.35
Hex 43 38 7A 2D 36 0 34 FA 25 23
Octal 103 70 172 55 66 0 64 372 45 43
Binary 1000011 111000 1111010 101101 110110 0 110100 11111010 100101 100011

Color Harmonies of #43387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43387A

Black with #43387A

Text Example


Text Example

White with #43387A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,56,122); }

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

background-color css

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

 a { background-color: rgb(67,56,122); }

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

border-color css

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

 span { border-color: rgb(67,56,122); }

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