Html Css Color HEX #43367C Dark Slate Blue

📋 copy color: '#43367C'

red 67 ◦ green 54 ◦ blue 124

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

Shades of Dark Slate Blue #43367C

Tints of Dark Slate Blue #43367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.04%

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

R = 27.35%
G = 22.04%
B = 50.61%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43367C (or 0x43367C) is known color: Dark Slate Blue. HEX triplet: 43, 36 and 7C. RGB value is (67,54,124). Sum of RGB (Red+Green+Blue) = 67+54+124=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #43367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43367C is #BCC983. Grayscale: #414141. Windows color (decimal): -12372356 or 8140355. OLE color: 8140355.

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

Color convert

RGB 67 54 124 -
CMYK 0.46 0.56 0 0.51
HSL 251.14º 0.39% 0.35% -
HSV(B) 251.14º 0.56% 0.49% -
XYZ 7.27 5.29 19.71 -
YUV 65.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 67 54 124 0.46 0.56 0 0.51 251.14 0.39 0.35
Hex 43 36 7C 2E 38 0 33 FB 27 23
Octal 103 66 174 56 70 0 63 373 47 43
Binary 1000011 110110 1111100 101110 111000 0 110011 11111011 100111 100011

Color Harmonies of #43367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43367C

Black with #43367C

Text Example


Text Example

White with #43367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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